/*!
@import url('https://fonts.googleapis.com/css?family=Roboto%3A400%2C500%2C700&subset=latin-ext&ver=1.0.0');

 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

	*,
	:after,
	:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	select {
		background: #fff !important
	}

	.navbar {
		display: none
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(..../fonts/glyphicons-halflings-regular.eot);
	src: url(..../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(..../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(..../fonts/glyphicons-halflings-regular.woff) format('woff'), url(..../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(..../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1030px
	}
}

@media (min-width:1280px) {
	.container {
		width: 1130px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date],
	input[type=time],
	input[type=datetime-local],
	input[type=month] {
		line-height: 34px
	}

	.input-group-sm input[type=date],
	.input-group-sm input[type=time],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	input[type=date].input-sm,
	input[type=time].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date],
	.input-group-lg input[type=time],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	input[type=date].input-lg,
	input[type=time].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px
}

select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px
}

select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none;
	visibility: hidden
}

.collapse.in {
	display: block;
	visibility: visible
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none;
	visibility: hidden
}

.tab-content>.active {
	display: block;
	visibility: visible
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		visibility: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding: 48px 0
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000
	}

	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.table400 {
	min-width: 400px
}

.table500 {
	min-width: 500px
}

.table600 {
	min-width: 600px
}

.table700 {
	min-width: 700px
}

.table800 {
	min-width: 800px
}

.table1000 {
	min-width: 1000px
}

.table1200 {
	min-width: 1200px
}

@media (min-width : 1200px) {
	.my-md-5 {
		width: 20%
	}

	.my-lg-5 {
		width: 20%
	}

	.my-lg-8 {
		width: 12.5%
	}
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

@font-face {
	font-family: "OpenSans-Bold";
	src: url("../fonts/OpenSans/OpenSans-Bold.eot?") format("eot"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Regular";
	src: url("../fonts/OpenSans/OpenSans-Regular.eot?") format("eot"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Light";
	src: url("../fonts/OpenSans/OpenSans-Light.eot?") format("eot"), url("../fonts/OpenSans/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*!
 * WeUI v1.1.1 (https://github.com/weui/weui)
 * Copyright 2017 Tencent, Inc.
 * Licensed under the MIT license
 */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	line-height: 1.6;
	font-family: -apple-system-font, Helvetica Neue, sans-serif
}

* {
	margin: 0;
	padding: 0
}

a img {
	border: 0
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: weui;
	src: url("data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzJAKEx+AAABfAAAAFZjbWFw65cFHQAAAhwAAAJQZ2x5ZvCRR/EAAASUAAAKtGhlYWQMPROtAAAA4AAAADZoaGVhCCwD+gAAALwAAAAkaG10eEJo//8AAAHUAAAASGxvY2EYqhW4AAAEbAAAACZtYXhwASEAVQAAARgAAAAgbmFtZeNcHtgAAA9IAAAB5nBvc3T6bLhLAAARMAAAAOYAAQAAA+gAAABaA+j/////A+kAAQAAAAAAAAAAAAAAAAAAABIAAQAAAAEAACbZbxtfDzz1AAsD6AAAAADUm2dvAAAAANSbZ2///wAAA+kD6gAAAAgAAgAAAAAAAAABAAAAEgBJAAUAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOwAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6gHqEQPoAAAAWgPqAAAAAAABAAAAAAAAAAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+j//wPoAAAD6AAAAAAABQAAAAMAAAAsAAAABAAAAXQAAQAAAAAAbgADAAEAAAAsAAMACgAAAXQABABCAAAABAAEAAEAAOoR//8AAOoB//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAANwAAAAAAAAAEQAA6gEAAOoBAAAAAQAA6gIAAOoCAAAAAgAA6gMAAOoDAAAAAwAA6gQAAOoEAAAABAAA6gUAAOoFAAAABQAA6gYAAOoGAAAABgAA6gcAAOoHAAAABwAA6ggAAOoIAAAACAAA6gkAAOoJAAAACQAA6goAAOoKAAAACgAA6gsAAOoLAAAACwAA6gwAAOoMAAAADAAA6g0AAOoNAAAADQAA6g4AAOoOAAAADgAA6g8AAOoPAAAADwAA6hAAAOoQAAAAEAAA6hEAAOoRAAAAEQAAAAAARgCMANIBJAF4AcQCMgJgAqgC/ANIA6YD/gROBKAE9AVaAAAAAgAAAAADrwOtABQAKQAAASIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGAfV4Z2Q7PDw7ZGfwZmQ7PDw7ZGZ4bl5bNjc3Nlte215bNjc3NlteA608O2Rn8GdjOzw8O2Nn8GdkOzz8rzc1W17bXlw1Nzc1XF7bXls1NwAAAAACAAAAAAOzA7MAFwAtAAABIgcGBwYVFBcWFxYzMjc2NzY1NCcmJyYTBwYiLwEmNjsBETQ2OwEyFhURMzIWAe52Z2Q7PT07ZGd2fGpmOz4+O2ZpIXYOKA52Dg0XXQsHJgcLXRcNA7M+O2ZqfHZnZDs9PTtkZ3Z9aWY7Pv3wmhISmhIaARcICwsI/ukaAAMAAAAAA+UD5QAXACMALAAAASIHBgcGFRQXFhcWMzI3Njc2NTQnJicmAxQrASI1AzQ7ATIHJyImNDYyFhQGAe6Ecm9BRERBb3KEiXZxQkREQnF1aQIxAwgCQgMBIxIZGSQZGQPkREJxdomEcm9BRERBb3KEinVxQkT9HQICAWICAjEZIxkZIxkAAAAAAgAAAAADsQPkABkALgAAAQYHBgc2BREUFxYXFhc2NzY3NjURJBcmJyYTAQYvASY/ATYyHwEWNjclNjIfARYB9VVVQk+v/tFHPmxebGxdbT1I/tGvT0JVo/7VBASKAwMSAQUBcQEFAgESAgUBEQQD4xMYEhk3YP6sjnVlSD8cHD9IZXWOAVRgNxkSGP62/tkDA48EBBkCAVYCAQHlAQIQBAAAAAADAAAAAAOxA+QAGwAqADMAAAEGBwYHBgcGNxEUFxYXFhc2NzY3NjURJBcmJyYHMzIWFQMUBisBIicDNDYTIiY0NjIWFAYB9UFBODssO38gRz5sXmxsXW09SP7YqFBBVW80BAYMAwImBQELBh4PFhYeFRUD5A8SDhIOEikK/q2PdWRJPh0dPklkdY8BU141GRIY/AYE/sYCAwUBOgQG/kAVHxUVHxUAAAACAAAAAAPkA+QAFwAtAAABIgcGBwYVFBcWFxYzMjc2NzY1NCcmJyYTAQYiLwEmPwE2Mh8BFjI3ATYyHwEWAe6Ecm9BQ0NCbnODiXVxQkREQnF1kf6gAQUBowMDFgEFAYUCBQEBQwIFARUEA+NEQnF1iYNzbkJDQ0FvcoSJdXFCRP6j/qUBAagEBR4CAWYBAQENAgIVBAAAAAQAAAAAA68DrQAUACkAPwBDAAABIgcGBwYUFxYXFjI3Njc2NCcmJyYDIicmJyY0NzY3NjIXFhcWFAcGBwYTBQ4BLwEmBg8BBhYfARYyNwE+ASYiFzAfAQH1eGdkOzw8O2Rn8GZkOzw8O2RmeG5eWzY3NzZbXtteWzY3NzZbXmn+9gYSBmAGDwUDBQEGfQUQBgElBQELEBUBAQOtPDtkZ/BnYzs8PDtjZ/BnZDs8/K83NVte215cNTc3NVxe215bNTcCJt0FAQVJBQIGBAcRBoAGBQEhBQ8LBAEBAAABAAAAAAO7AzoAFwAAEy4BPwE+AR8BFjY3ATYWFycWFAcBBiInPQoGBwUHGgzLDCELAh0LHwsNCgr9uQoeCgGzCyEOCw0HCZMJAQoBvgkCCg0LHQv9sQsKAAAAAAIAAAAAA+UD5gAXACwAAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMHBi8BJicmNRM0NjsBMhYVExceAQHvhHJvQUNDQm5zg4l1cUJEREJxdVcQAwT6AwIEEAMCKwIDDsUCAQPlREJxdYmDc25CQ0NBb3KEiXVxQkT9VhwEAncCAgMGAXoCAwMC/q2FAgQAAAQAAAAAA68DrQADABgALQAzAAABMB8BAyIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGAyMVMzUjAuUBAfJ4Z2Q7PDw7ZGfwZmQ7PDw7ZGZ4bl5bNjc3Nlte215bNjc3NltemyT92QKDAQEBLDw7ZGfwZ2M7PDw7Y2fwZ2Q7PPyvNzVbXtteXDU3NzVcXtteWzU3AjH9JAAAAAMAAAAAA+QD5AAXACcAMAAAASIHBgcGFRQXFhcWMzI3Njc2NTQnJicmAzMyFhUDFAYrASImNQM0NhMiJjQ2MhYUBgHuhHJvQUNDQm5zg4l1cUJEREJxdZ42BAYMAwInAwMMBh8PFhYeFhYD40RCcXWJg3NuQkNDQW9yhIl1cUJE/vYGBf7AAgMDAgFABQb+NhYfFhYfFgAABAAAAAADwAPAAAgAEgAoAD0AAAEyNjQmIgYUFhcjFTMRIxUzNSMDIgcGBwYVFBYXFjMyNzY3NjU0Jy4BAyInJicmNDc2NzYyFxYXFhQHBgcGAfQYISEwISFRjzk5yTorhG5rPT99am+DdmhlPD4+PMyFbV5bNTc3NVte2l5bNTc3NVteAqAiLyIiLyI5Hf7EHBwCsT89a26Ed8w8Pj48ZWh2g29qffyjNzVbXtpeWzU3NzVbXtpeWzU3AAADAAAAAAOoA6gACwAgADUAAAEHJwcXBxc3FzcnNwMiBwYHBhQXFhcWMjc2NzY0JyYnJgMiJyYnJjQ3Njc2MhcWFxYUBwYHBgKOmpocmpocmpocmpq2dmZiOjs7OmJm7GZiOjs7OmJmdmtdWTQ2NjRZXdZdWTQ2NjRZXQKqmpocmpocmpocmpoBGTs6YmbsZmI6Ozs6YmbsZmI6O/zCNjRZXdZdWTQ2NjRZXdZdWTQ2AAMAAAAAA+kD6gAaAC8AMAAAAQYHBiMiJyYnJjQ3Njc2MhcWFxYVFAcGBwEHATI3Njc2NCcmJyYiBwYHBhQXFhcWMwKONUBCR21dWjU3NzVaXdpdWzU2GBcrASM5/eBXS0grKysrSEuuSkkqLCwqSUpXASMrFxg2NVtd2l1aNTc3NVpdbUdCQDX+3jkBGSsrSEuuSkkqLCwqSUquS0grKwAC//8AAAPoA+gAFAAwAAABIgcGBwYQFxYXFiA3Njc2ECcmJyYTFg4BIi8BBwYuATQ/AScmPgEWHwE3Nh4BBg8BAfSIdHFDRERDcXQBEHRxQ0REQ3F0SQoBFBsKoqgKGxMKqKIKARQbCqKoChsUAQqoA+hEQ3F0/vB0cUNERENxdAEQdHFDRP1jChsTCqiiCgEUGwqiqAobFAEKqKIKARQbCqIAAAIAAAAAA+QD5AAXADQAAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMUBiMFFxYUDwEGLwEuAT8BNh8BFhQPAQUyFh0BAe6Ecm9BQ0NCbnODiXVxQkREQnF1fwQC/pGDAQEVAwTsAgEC7AQEFAIBhAFwAgMD40RCcXWJg3NuQkNDQW9yhIl1cUJE/fYCAwuVAgQCFAQE0AIFAtEEBBQCBQGVCwMDJwAAAAUAAAAAA9QD0wAjACcANwBHAEgAAAERFAYjISImNREjIiY9ATQ2MyE1NDYzITIWHQEhMhYdARQGIyERIREHIgYVERQWOwEyNjURNCYjISIGFREUFjsBMjY1ETQmKwEDeyYb/XYbJkMJDQ0JAQYZEgEvExkBBgkNDQn9CQJc0QkNDQktCQ0NCf7sCQ0NCS0JDQ0JLQMi/TQbJiYbAswMCiwJDS4SGRkSLg0JLAoM/UwCtGsNCf5NCQ0NCQGzCQ0NCf5NCQ0NCQGzCQ0AAAAAEADGAAEAAAAAAAEABAAAAAEAAAAAAAIABwAEAAEAAAAAAAMABAALAAEAAAAAAAQABAAPAAEAAAAAAAUACwATAAEAAAAAAAYABAAeAAEAAAAAAAoAKwAiAAEAAAAAAAsAEwBNAAMAAQQJAAEACABgAAMAAQQJAAIADgBoAAMAAQQJAAMACAB2AAMAAQQJAAQACAB+AAMAAQQJAAUAFgCGAAMAAQQJAAYACACcAAMAAQQJAAoAVgCkAAMAAQQJAAsAJgD6d2V1aVJlZ3VsYXJ3ZXVpd2V1aVZlcnNpb24gMS4wd2V1aUdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAHcAZQB1AGkAUgBlAGcAdQBsAGEAcgB3AGUAdQBpAHcAZQB1AGkAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQB1AGkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETAAZjaXJjbGUIZG93bmxvYWQEaW5mbwxzYWZlX3N1Y2Nlc3MJc2FmZV93YXJuB3N1Y2Nlc3MOc3VjY2Vzcy1jaXJjbGURc3VjY2Vzcy1uby1jaXJjbGUHd2FpdGluZw53YWl0aW5nLWNpcmNsZQR3YXJuC2luZm8tY2lyY2xlBmNhbmNlbAZzZWFyY2gFY2xlYXIEYmFjawZkZWxldGUAAAAA") format("truetype")
}

[class*=" weui-icon-"],
[class^=weui-icon-] {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 weui;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased
}

[class*=" weui-icon-"]:before,
[class^=weui-icon-]:before {
	display: inline-block;
	margin-left: .2em;
	margin-right: .2em
}

.weui-icon-circle:before {
	content: "\EA01"
}

.weui-icon-download:before {
	content: "\EA02"
}

.weui-icon-info:before {
	content: "\EA03"
}

.weui-icon-safe-success:before {
	content: "\EA04"
}

.weui-icon-safe-warn:before {
	content: "\EA05"
}

.weui-icon-success:before {
	content: "\EA06"
}

.weui-icon-success-circle:before {
	content: "\EA07"
}

.weui-icon-success-no-circle:before {
	content: "\EA08"
}

.weui-icon-waiting:before {
	content: "\EA09"
}

.weui-icon-waiting-circle:before {
	content: "\EA0A"
}

.weui-icon-warn:before {
	content: "\EA0B"
}

.weui-icon-info-circle:before {
	content: "\EA0C"
}

.weui-icon-cancel:before {
	content: "\EA0D"
}

.weui-icon-search:before {
	content: "\EA0E"
}

.weui-icon-clear:before {
	content: "\EA0F"
}

.weui-icon-back:before {
	content: "\EA10"
}

.weui-icon-delete:before {
	content: "\EA11"
}

[class*=" weui-icon_"]:before,
[class^=weui-icon_]:before {
	margin: 0
}

.weui-icon-success {
	font-size: 23px;
	color: #09bb07
}

.weui-icon-waiting {
	font-size: 23px;
	color: #10aeff
}

.weui-icon-warn {
	font-size: 23px;
	color: #f43530
}

.weui-icon-info {
	font-size: 23px;
	color: #10aeff
}

.weui-icon-success-circle,
.weui-icon-success-no-circle {
	font-size: 23px;
	color: #09bb07
}

.weui-icon-waiting-circle {
	font-size: 23px;
	color: #10aeff
}

.weui-icon-circle {
	font-size: 23px;
	color: #c9c9c9
}

.weui-icon-download,
.weui-icon-info-circle {
	font-size: 23px;
	color: #09bb07
}

.weui-icon-safe-success {
	color: #09bb07
}

.weui-icon-safe-warn {
	color: #ffbe00
}

.weui-icon-cancel {
	color: #f43530;
	font-size: 22px
}

.weui-icon-clear,
.weui-icon-search {
	color: #b2b2b2;
	font-size: 14px
}

.weui-icon-delete.weui-icon_gallery-delete {
	color: #fff;
	font-size: 22px
}

.weui-icon_msg {
	font-size: 93px
}

.weui-icon_msg.weui-icon-warn {
	color: #f76260
}

.weui-icon_msg-primary {
	font-size: 93px
}

.weui-icon_msg-primary.weui-icon-warn {
	color: #ffbe00
}

.weui-btn {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 2.55555556;
	border-radius: 5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden
}

.weui-btn:after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	box-sizing: border-box;
	border-radius: 10px
}

.weui-btn_inline {
	display: inline-block
}

.weui-btn_default {
	color: #000;
	background-color: #f8f8f8
}

.weui-btn_default:not(.weui-btn_disabled):visited {
	color: #000
}

.weui-btn_default:not(.weui-btn_disabled):active {
	color: rgba(0, 0, 0, .6);
	background-color: #dedede
}

.weui-btn_primary {
	background-color: #1aad19
}

.weui-btn_primary:not(.weui-btn_disabled):visited {
	color: #fff
}

.weui-btn_primary:not(.weui-btn_disabled):active {
	color: hsla(0, 0%, 100%, .6);
	background-color: #179b16
}

.weui-btn_warn {
	background-color: #e64340
}

.weui-btn_warn:not(.weui-btn_disabled):visited {
	color: #fff
}

.weui-btn_warn:not(.weui-btn_disabled):active {
	color: hsla(0, 0%, 100%, .6);
	background-color: #ce3c39
}

.weui-btn_disabled {
	color: hsla(0, 0%, 100%, .6)
}

.weui-btn_disabled.weui-btn_default {
	color: rgba(0, 0, 0, .3);
	background-color: #f7f7f7
}

.weui-btn_disabled.weui-btn_primary {
	background-color: #9ed99d
}

.weui-btn_disabled.weui-btn_warn {
	background-color: #ec8b89
}

.weui-btn_loading .weui-loading {
	margin: -.2em .34em 0 0
}

.weui-btn_loading.weui-btn_primary,
.weui-btn_loading.weui-btn_warn {
	color: hsla(0, 0%, 100%, .6)
}

.weui-btn_loading.weui-btn_primary .weui-loading,
.weui-btn_loading.weui-btn_warn .weui-loading {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect xmlns='http://www.w3.org/2000/svg' width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.56)' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.5)' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.43)' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.38)' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.32)' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.28)' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.25)' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.2)' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.17)' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.14)' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.1)' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.03)' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E")
}

.weui-btn_loading.weui-btn_primary {
	background-color: #179b16
}

.weui-btn_loading.weui-btn_warn {
	background-color: #ce3c39
}

.weui-btn_plain-primary {
	color: #1aad19;
	border: 1px solid #1aad19
}

.weui-btn_plain-primary:not(.weui-btn_plain-disabled):active {
	color: rgba(26, 173, 25, .6);
	border-color: rgba(26, 173, 25, .6)
}

.weui-btn_plain-primary:after {
	border-width: 0
}

.weui-btn_plain-default {
	color: #353535;
	border: 1px solid #353535
}

.weui-btn_plain-default:not(.weui-btn_plain-disabled):active {
	color: rgba(53, 53, 53, .6);
	border-color: rgba(53, 53, 53, .6)
}

.weui-btn_plain-default:after {
	border-width: 0
}

.weui-btn_plain-disabled {
	color: rgba(0, 0, 0, .2);
	border-color: rgba(0, 0, 0, .2)
}

button.weui-btn,
input.weui-btn {
	width: 100%;
	border-width: 0;
	outline: 0;
	-webkit-appearance: none
}

button.weui-btn:focus,
input.weui-btn:focus {
	outline: 0
}

button.weui-btn_inline,
button.weui-btn_mini,
input.weui-btn_inline,
input.weui-btn_mini {
	width: auto
}

button.weui-btn_plain-default,
button.weui-btn_plain-primary,
input.weui-btn_plain-default,
input.weui-btn_plain-primary {
	border-width: 1px;
	background-color: transparent
}

.weui-btn_mini {
	display: inline-block;
	padding: 0 1.32em;
	line-height: 2.3;
	font-size: 13px
}

.weui-btn+.weui-btn {
	margin-top: 15px
}

.weui-btn.weui-btn_inline+.weui-btn.weui-btn_inline {
	margin-top: auto;
	margin-left: 15px
}

.weui-btn-area {
	margin: 1.17647059em 15px .3em
}

.weui-btn-area_inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.weui-btn-area_inline .weui-btn {
	margin-top: auto;
	margin-right: 15px;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.weui-btn-area_inline .weui-btn:last-child {
	margin-right: 0
}

.weui-cells {
	margin-top: 1.17647059em;
	background-color: #fff;
	line-height: 1.41176471;
	font-size: 13px;
	overflow: hidden;
	position: relative
}

.weui-cells:before {
	top: 0;
	border-top: 1px solid #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-cells:after,
.weui-cells:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	color: #d9d9d9
}

.weui-cells:after {
	bottom: 0;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-cells__title {
	margin-top: .77em;
	margin-bottom: .3em;
	padding-left: 15px;
	padding-right: 15px;
	color: #999;
	font-size: 14px
}

.weui-cells__title+.weui-cells {
	margin-top: 0
}

.weui-cells__tips {
	margin-top: .3em;
	color: #999;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px
}

.weui-cell {
	padding: 10px 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.weui-cell:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #d9d9d9;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	left: 15px
}

.weui-cell:first-child:before {
	display: none
}

.weui-cell_primary {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.weui-cell__bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.weui-cell__ft {
	text-align: right;
	color: #999
}

.weui-cell_access {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: inherit
}

.weui-cell_access:active {
	background-color: #ececec
}

.weui-cell_access .weui-cell__ft {
	padding-right: 13px;
	position: relative
}

.weui-cell_access .weui-cell__ft:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #c8c8cd;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 2px
}

.weui-cell_link {
	color: #586c94;
	font-size: 14px
}

.weui-cell_link:first-child:before {
	display: block
}

.weui-check__label {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.weui-check__label:active {
	background-color: #ececec
}

.weui-check {
	position: absolute;
	left: -9999em
}

.weui-cells_radio .weui-cell__ft {
	padding-left: .35em
}

.weui-cells_radio .weui-check:checked+.weui-icon-checked:before {
	display: block;
	content: "\EA08";
	color: #09bb07;
	font-size: 16px
}

.weui-cells_checkbox .weui-cell__hd {
	padding-right: .35em
}

.weui-cells_checkbox .weui-icon-checked:before {
	content: "\EA01";
	color: #c9c9c9;
	font-size: 23px;
	display: block
}

.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
	content: "\EA06";
	color: #09bb07
}

.weui-label {
	display: block;
	width: 70px;
	word-wrap: break-word;
	word-break: break-all
}

.weui-input {
	width: 100%;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	background-color: transparent;
	font-size: inherit;
	color: inherit;
	height: 1.41176471em;
	line-height: 1.41176471
}

.weui-input::-webkit-inner-spin-button,
.weui-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.weui-textarea {
	display: block;
	border: 0;
	resize: none;
	width: 100%;
	color: inherit;
	font-size: 1em;
	line-height: inherit;
	outline: 0
}

.weui-textarea-counter {
	color: #b2b2b2;
	text-align: right
}

.weui-cell_warn .weui-textarea-counter {
	color: #e64340
}

.weui-toptips {
	display: none;
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	top: 0;
	left: 0;
	right: 0;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	z-index: 5000;
	word-wrap: break-word;
	word-break: break-all
}

.weui-toptips_warn {
	background-color: #e64340
}

.weui-cells_form .weui-cell__ft {
	font-size: 0
}

.weui-cells_form .weui-icon-warn {
	display: none
}

.weui-cells_form input,
.weui-cells_form label[for],
.weui-cells_form textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.weui-cell_warn {
	color: #e64340
}

.weui-cell_warn .weui-icon-warn {
	display: inline-block
}

.weui-form-preview {
	position: relative;
	background-color: #fff
}

.weui-form-preview:before {
	top: 0;
	border-top: 1px solid #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-form-preview:after,
.weui-form-preview:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	color: #d9d9d9
}

.weui-form-preview:after {
	bottom: 0;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-form-preview__hd {
	position: relative;
	padding: 10px 15px;
	text-align: right;
	line-height: 2.5em
}

.weui-form-preview__hd:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #d9d9d9;
	color: #d9d9d9;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	left: 15px
}

.weui-form-preview__hd .weui-form-preview__value {
	font-style: normal;
	font-size: 1.6em
}

.weui-form-preview__bd {
	padding: 10px 15px;
	font-size: .9em;
	text-align: right;
	color: #999;
	line-height: 2
}

.weui-form-preview__ft {
	position: relative;
	line-height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.weui-form-preview__ft:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-form-preview__item {
	overflow: hidden
}

.weui-form-preview__label {
	float: left;
	margin-right: 1em;
	min-width: 4em;
	color: #999;
	text-align: justify;
	text-align-last: justify
}

.weui-form-preview__value {
	display: block;
	overflow: hidden;
	word-break: normal;
	word-wrap: break-word
}

.weui-form-preview__btn {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	color: #3cc51f;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button.weui-form-preview__btn {
	background-color: transparent;
	border: 0;
	outline: 0;
	line-height: inherit;
	font-size: inherit
}

.weui-form-preview__btn:active {
	background-color: #eee
}

.weui-form-preview__btn:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	border-left: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

.weui-form-preview__btn:first-child:after {
	display: none
}

.weui-form-preview__btn_default {
	color: #999
}

.weui-form-preview__btn_primary {
	color: #0bb20c
}

.weui-cell_select {
	padding: 0
}

.weui-cell_select .weui-select {
	padding-right: 30px
}

.weui-cell_select .weui-cell__bd:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #c8c8cd;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px
}

.weui-select {
	-webkit-appearance: none;
	border: 0;
	outline: 0;
	background-color: transparent;
	width: 100%;
	font-size: inherit;
	height: 44px;
	line-height: 44px;
	position: relative;
	z-index: 1;
	padding-left: 15px
}

.weui-cell_select-before {
	padding-right: 15px
}

.weui-cell_select-before .weui-select {
	width: 105px;
	box-sizing: border-box
}

.weui-cell_select-before .weui-cell__hd {
	position: relative
}

.weui-cell_select-before .weui-cell__hd:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	border-right: 1px solid #d9d9d9;
	color: #d9d9d9;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

.weui-cell_select-before .weui-cell__hd:before {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #c8c8cd;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px
}

.weui-cell_select-before .weui-cell__bd {
	padding-left: 15px
}

.weui-cell_select-before .weui-cell__bd:after {
	display: none
}

.weui-cell_select-after {
	padding-left: 15px
}

.weui-cell_select-after .weui-select {
	padding-left: 0
}

.weui-cell_vcode {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0
}

.weui-vcode-btn,
.weui-vcode-img {
	margin-left: 5px;
	height: 44px;
	vertical-align: middle
}

.weui-vcode-btn {
	display: inline-block;
	padding: 0 .6em 0 .7em;
	border-left: 1px solid #e5e5e5;
	line-height: 44px;
	font-size: 13px;
	color: #3cc51f
}

button.weui-vcode-btn {
	background-color: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	outline: 0
}

.weui-vcode-btn:active {
	color: #52a341
}

.weui-gallery {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	z-index: 1000
}

.weui-gallery__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 60px;
	left: 0;
	background: 50% no-repeat;
	background-size: contain
}

.weui-gallery__opr {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #0d0d0d;
	color: #fff;
	line-height: 60px;
	text-align: center
}

.weui-gallery__del {
	display: block
}

.weui-cell_switch {
	padding-top: 6px;
	padding-bottom: 6px
}

.weui-switch {
	-webkit-appearance: none;
	appearance: none
}

.weui-switch,
.weui-switch-cp__box {
	position: relative;
	width: 52px;
	height: 32px;
	border: 1px solid #dfdfdf;
	outline: 0;
	border-radius: 16px;
	box-sizing: border-box;
	background-color: #dfdfdf;
	-webkit-transition: background-color .1s, border .1s;
	transition: background-color .1s, border .1s
}

.weui-switch-cp__box:before,
.weui-switch:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 30px;
	border-radius: 15px;
	background-color: #fdfdfd;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
	transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
	transition: transform .35s cubic-bezier(.45, 1, .4, 1);
	transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1)
}

.weui-switch-cp__box:after,
.weui-switch:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
	transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
	transition: transform .35s cubic-bezier(.4, .4, .25, 1.35);
	transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35)
}

.weui-switch-cp__input:checked~.weui-switch-cp__box,
.weui-switch:checked {
	border-color: #04be02;
	background-color: #04be02
}

.weui-switch-cp__input:checked~.weui-switch-cp__box:before,
.weui-switch:checked:before {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.weui-switch-cp__input:checked~.weui-switch-cp__box:after,
.weui-switch:checked:after {
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}

.weui-switch-cp__input {
	position: absolute;
	left: -9999px
}

.weui-switch-cp__box {
	display: block
}

.weui-uploader__hd {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.weui-uploader__title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.weui-uploader__info {
	color: #b2b2b2
}

.weui-uploader__bd {
	margin-bottom: -4px;
	margin-right: -9px;
	overflow: hidden
}

.weui-uploader__files {
	list-style: none
}

.weui-uploader__file {
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	width: 79px;
	height: 79px;
	background: no-repeat 50%;
	background-size: cover
}

.weui-uploader__file_status {
	position: relative
}

.weui-uploader__file_status:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5)
}

.weui-uploader__file_status .weui-uploader__file-content {
	display: block
}

.weui-uploader__file-content {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff
}

.weui-uploader__file-content .weui-icon-warn {
	display: inline-block
}

.weui-uploader__input-box {
	float: left;
	position: relative;
	margin-right: 9px;
	margin-bottom: 9px;
	width: 77px;
	height: 77px;
	border: 1px solid #d9d9d9
}

.weui-uploader__input-box:after,
.weui-uploader__input-box:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #d9d9d9
}

.weui-uploader__input-box:before {
	width: 2px;
	height: 39.5px
}

.weui-uploader__input-box:after {
	width: 39.5px;
	height: 2px
}

.weui-uploader__input-box:active {
	border-color: #999
}

.weui-uploader__input-box:active:after,
.weui-uploader__input-box:active:before {
	background-color: #999
}

.weui-uploader__input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.weui-msg {
	padding-top: 36px;
	text-align: center
}

.weui-msg__icon-area {
	margin-bottom: 30px
}

.weui-msg__text-area {
	margin-bottom: 25px;
	padding: 0 20px
}

.weui-msg__text-area a {
	color: #586c94
}

.weui-msg__title {
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 20px
}

.weui-msg__desc {
	font-size: 14px;
	color: #999
}

.weui-msg__opr-area {
	margin-bottom: 25px
}

.weui-msg__extra-area {
	margin-bottom: 15px;
	font-size: 14px;
	color: #999
}

.weui-msg__extra-area a {
	color: #586c94
}

@media screen and (min-height:438px) {
	.weui-msg__extra-area {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center
	}
}

.weui-article {
	padding: 20px 15px;
	font-size: 15px
}

.weui-article section {
	margin-bottom: 1.5em
}

.weui-article h1 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: .9em
}

.weui-article h2 {
	font-size: 16px
}

.weui-article h2,
.weui-article h3 {
	font-weight: 400;
	margin-bottom: .34em
}

.weui-article h3 {
	font-size: 15px
}

.weui-article * {
	max-width: 100%;
	box-sizing: border-box;
	word-wrap: break-word
}

.weui-article p {
	margin: 0 0 .8em
}

.weui-tabbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	z-index: 500;
	bottom: 0;
	width: 100%;
	background-color: #f7f7fa
}

.weui-tabbar:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #c0bfc4;
	color: #c0bfc4;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-tabbar__item {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 5px 0 0;
	font-size: 0;
	color: #999;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
	color: #09bb07
}

.weui-tabbar__icon {
	display: inline-block;
	width: 27px;
	height: 27px
}

.weui-tabbar__icon>i,
i.weui-tabbar__icon {
	font-size: 24px;
	color: #999
}

.weui-tabbar__icon img {
	width: 100%;
	height: 100%
}

.weui-tabbar__label {
	text-align: center;
	color: #999;
	font-size: 10px;
	line-height: 1.8
}

.weui-navbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	z-index: 500;
	top: 0;
	width: 100%;
	background-color: #fafafa
}

.weui-navbar:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-navbar+.weui-tab__panel {
	padding-top: 50px;
	padding-bottom: 0
}

.weui-navbar__item {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 13px 0;
	text-align: center;
	font-size: 15px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.weui-navbar__item:active {
	background-color: #ededed
}

.weui-navbar__item.weui-bar__item_on {
	background-color: #eaeaea
}

.weui-navbar__item:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	border-right: 1px solid #ccc;
	color: #ccc;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

.weui-navbar__item:last-child:after {
	display: none
}

.weui-tab {
	position: relative;
	height: 100%
}

.weui-tab__panel {
	box-sizing: border-box;
	height: 100%;
	padding-bottom: 50px;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.weui-tab__content {
	display: none
}

.weui-progress {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.weui-progress__bar {
	background-color: #ebebeb;
	height: 3px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.weui-progress__inner-bar {
	width: 0;
	height: 100%;
	background-color: #09bb07
}

.weui-progress__opr {
	display: block;
	margin-left: 15px;
	font-size: 0
}

.weui-panel {
	background-color: #fff;
	margin-top: 10px;
	position: relative;
	overflow: hidden
}

.weui-panel:first-child {
	margin-top: 0
}

.weui-panel:before {
	top: 0;
	border-top: 1px solid #e5e5e5;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-panel:after,
.weui-panel:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	color: #e5e5e5
}

.weui-panel:after {
	bottom: 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-panel__hd {
	padding: 14px 15px 10px;
	color: #999;
	font-size: 13px;
	position: relative
}

.weui-panel__hd:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	left: 15px
}

.weui-media-box {
	padding: 15px;
	position: relative
}

.weui-media-box:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	left: 15px
}

.weui-media-box:first-child:before {
	display: none
}

a.weui-media-box {
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a.weui-media-box:active {
	background-color: #ececec
}

.weui-media-box__title {
	font-weight: 400;
	font-size: 13px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	word-wrap: break-word;
	word-break: break-all
}

.weui-media-box__desc {
	color: #999;
	font-size: 13px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.weui-media-box__info {
	margin-top: 15px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #cecece;
	line-height: 1em;
	list-style: none;
	overflow: hidden
}

.weui-media-box__info__meta {
	float: left;
	padding-right: 1em
}

.weui-media-box__info__meta_extra {
	padding-left: 1em;
	border-left: 1px solid #cecece
}

.weui-media-box_text .weui-media-box__title {
	margin-bottom: 8px
}

.weui-media-box_appmsg {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.weui-media-box_appmsg .weui-media-box__hd {
	margin-right: .8em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center
}

.weui-media-box_appmsg .weui-media-box__thumb {
	width: 100%;
	max-height: 100%;
	vertical-align: top
}

.weui-media-box_appmsg .weui-media-box__bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0
}

.weui-media-box_small-appmsg {
	padding: 0
}

.weui-media-box_small-appmsg .weui-cells {
	margin-top: 0
}

.weui-media-box_small-appmsg .weui-cells:before {
	display: none
}

.weui-grids {
	position: relative;
	overflow: hidden
}

.weui-grids:before {
	right: 0;
	height: 1px;
	border-top: 1px solid #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-grids:after,
.weui-grids:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	color: #d9d9d9
}

.weui-grids:after {
	width: 1px;
	bottom: 0;
	border-left: 1px solid #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

.weui-grid {
	position: relative;
	float: left;
	padding: 20px 10px;
	width: 33.33333333%;
	box-sizing: border-box
}

.weui-grid:before {
	top: 0;
	width: 1px;
	border-right: 1px solid #d9d9d9;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

.weui-grid:after,
.weui-grid:before {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	color: #d9d9d9
}

.weui-grid:after {
	left: 0;
	height: 1px;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-grid:active {
	background-color: #ececec
}

.weui-grid__icon {
	width: 28px;
	height: 28px;
	margin: 0 auto
}

.weui-grid__icon img {
	display: block;
	width: 100%;
	height: 100%
}

.weui-grid__icon+.weui-grid__label {
	margin-top: 5px
}

.weui-grid__label {
	display: block;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.weui-footer,
.weui-grid__label {
	text-align: center;
	font-size: 14px
}

.weui-footer {
	color: #999
}

.weui-footer a {
	color: #586c94
}

.weui-footer_fixed-bottom {
	position: fixed;
	bottom: .52em;
	left: 0;
	right: 0
}

.weui-footer__links {
	font-size: 0
}

.weui-footer__link {
	display: inline-block;
	vertical-align: top;
	margin: 0 .62em;
	position: relative;
	font-size: 14px
}

.weui-footer__link:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	border-left: 1px solid #c7c7c7;
	color: #c7c7c7;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5);
	left: -.65em;
	top: .36em;
	bottom: .36em
}

.weui-footer__link:first-child:before {
	display: none
}

.weui-footer__text {
	padding: 0 .34em;
	font-size: 12px
}

.weui-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.weui-flex__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.weui-dialog {
	border: 1px solid #EEE;
	position: fixed;
	z-index: 5000;
	width: 80%;
	max-width: 300px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
}

.weui-dialog__hd {
	padding: 1.3em 1.6em .5em
}

.weui-dialog__title {
	font-weight: 400;
	font-size: 18px
}

.weui-dialog__bd {
	padding: 0 1.6em .8em;
	min-height: 40px;
	font-size: 15px;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	color: #999
}

.weui-dialog__bd:first-child {
	padding: 2.7em 20px 1.7em;
	color: #353535
}

.weui-dialog__ft {
	position: relative;
	line-height: 48px;
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.weui-dialog__ft:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-dialog__btn {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	color: #3cc51f;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative
}

.weui-dialog__btn:active {
	background-color: #eee
}

.weui-dialog__btn:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	border-left: 1px solid #d5d5d6;
	color: #d5d5d6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

.weui-dialog__btn:first-child:after {
	display: none
}

.weui-dialog__btn_default {
	color: #353535
}

.weui-dialog__btn_primary {
	color: #0bb20c
}

.weui-skin_android .weui-dialog {
	text-align: left;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1)
}

.weui-skin_android .weui-dialog__title {
	font-size: 21px
}

.weui-skin_android .weui-dialog__hd {
	text-align: left
}

.weui-skin_android .weui-dialog__bd {
	color: #999;
	padding: .25em 1.6em 2em;
	font-size: 13px;
	text-align: left
}

.weui-skin_android .weui-dialog__bd:first-child {
	padding: 1.6em 1.6em 2em;
	color: #353535
}

.weui-skin_android .weui-dialog__ft {
	display: block;
	text-align: right;
	line-height: 42px;
	font-size: 16px;
	padding: 0 1.6em .7em
}

.weui-skin_android .weui-dialog__ft:after {
	display: none
}

.weui-skin_android .weui-dialog__btn {
	display: inline-block;
	vertical-align: top;
	padding: 0 .8em
}

.weui-skin_android .weui-dialog__btn:after {
	display: none
}

.weui-skin_android .weui-dialog__btn:active,
.weui-skin_android .weui-dialog__btn:visited {
	background-color: rgba(0, 0, 0, .06)
}

.weui-skin_android .weui-dialog__btn:last-child {
	margin-right: -.8em
}

.weui-skin_android .weui-dialog__btn_default {
	color: gray
}

@media screen and (min-width:1024px) {
	.weui-dialog {
		width: 35%
	}
}

.weui-toast {
	position: fixed;
	z-index: 5000;
	width: 7.6em;
	min-height: 7.6em;
	top: 180px;
	left: 50%;
	margin-left: -3.8em;
	background: hsla(0, 0%, 7%, .7);
	text-align: center;
	border-radius: 5px;
	color: #fff
}

.weui-icon_toast {
	margin: 22px 0 0;
	display: block
}

.weui-icon_toast.weui-icon-success-no-circle:before {
	color: #fff;
	font-size: 55px
}

.weui-icon_toast.weui-loading {
	margin: 30px 0 0;
	width: 38px;
	height: 38px;
	vertical-align: baseline
}

.weui-toast__content {
	margin: 0 0 15px
}

.weui-mask {
	background: rgba(0, 0, 0, .6)
}

.weui-mask,
.weui-mask_transparent {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}

.weui-actionsheet {
	position: fixed;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 5000;
	width: 100%;
	background-color: #efeff4;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.weui-actionsheet__menu {
	background-color: #fff
}

.weui-actionsheet__action {
	margin-top: 6px;
	background-color: #fff
}

.weui-actionsheet__cell {
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 18px
}

.weui-actionsheet__cell:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #d9d9d9;
	color: #d9d9d9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-actionsheet__cell:active {
	background-color: #ececec
}

.weui-actionsheet__cell:first-child:before {
	display: none
}

.weui-skin_android .weui-actionsheet {
	position: fixed;
	left: 50%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 274px;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.weui-skin_android .weui-actionsheet__action {
	display: none
}

.weui-skin_android .weui-actionsheet__menu {
	border-radius: 2px;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1)
}

.weui-skin_android .weui-actionsheet__cell {
	padding: 13px 24px;
	font-size: 16px;
	line-height: 1.4;
	text-align: left
}

.weui-skin_android .weui-actionsheet__cell:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.weui-skin_android .weui-actionsheet__cell:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px
}

.weui-actionsheet_toggle {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.weui-loadmore {
	width: 65%;
	margin: 1.5em auto;
	line-height: 1.6em;
	font-size: 14px;
	text-align: center
}

.weui-loadmore__tips {
	display: inline-block;
	vertical-align: middle
}

.weui-loadmore_line {
	border-top: 1px solid #e5e5e5;
	margin-top: 2.4em
}

.weui-loadmore_line .weui-loadmore__tips {
	position: relative;
	top: -.9em;
	padding: 0 .55em;
	background-color: #fff;
	color: #999
}

.weui-loadmore_dot .weui-loadmore__tips {
	padding: 0 .16em
}

.weui-loadmore_dot .weui-loadmore__tips:before {
	content: " ";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #e5e5e5;
	display: inline-block;
	position: relative;
	vertical-align: 0;
	top: -.16em
}

.weui-badge {
	display: inline-block;
	padding: .15em .4em;
	min-width: 8px;
	border-radius: 18px;
	background-color: #f43530;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	font-size: 12px;
	vertical-align: middle
}

.weui-badge_dot {
	padding: .4em;
	min-width: 0
}

.weui-search-bar {
	position: relative;
	padding: 8px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	background-color: #efeff4
}

.weui-search-bar:before {
	top: 0;
	border-top: 1px solid #d7d6dc;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-search-bar:after,
.weui-search-bar:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	color: #d7d6dc
}

.weui-search-bar:after {
	bottom: 0;
	border-bottom: 1px solid #d7d6dc;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-search-bar.weui-search-bar_focusing .weui-search-bar__cancel-btn {
	display: block
}

.weui-search-bar.weui-search-bar_focusing .weui-search-bar__label {
	display: none
}

.weui-search-bar__form {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	flex: auto;
	background-color: #efeff4
}

.weui-search-bar__form:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 200%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	border-radius: 10px;
	border: 1px solid #e6e6ea;
	box-sizing: border-box;
	background: #fff
}

.weui-search-bar__box {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	z-index: 1
}

.weui-search-bar__box .weui-search-bar__input {
	padding: 4px 0;
	width: 100%;
	height: 1.42857143em;
	border: 0;
	font-size: 14px;
	line-height: 1.42857143em;
	box-sizing: content-box;
	background: transparent
}

.weui-search-bar__box .weui-search-bar__input:focus {
	outline: none
}

.weui-search-bar__box .weui-icon-search {
	position: absolute;
	left: 10px;
	top: 0;
	line-height: 28px
}

.weui-search-bar__box .weui-icon-clear {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	line-height: 28px
}

.weui-search-bar__label {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	z-index: 2;
	border-radius: 3px;
	text-align: center;
	color: #9b9b9b;
	background: #fff
}

.weui-search-bar__label span {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle
}

.weui-search-bar__label .weui-icon-search {
	margin-right: 5px
}

.weui-search-bar__cancel-btn {
	display: none;
	margin-left: 10px;
	line-height: 28px;
	color: #09bb07;
	white-space: nowrap
}

.weui-search-bar__input:not(:valid)~.weui-icon-clear {
	display: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

.weui-picker {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 5000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.weui-picker__hd {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 10px 15px;
	background-color: #fbf9fe;
	position: relative;
	text-align: center
}

.weui-picker__hd:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-picker__action {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	color: #586c94
}

.weui-picker__action:first-child {
	text-align: left
}

.weui-picker__action:last-child {
	text-align: right
}

.weui-picker__bd {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	background-color: #fff;
	height: 238px;
	overflow: hidden
}

.weui-picker__group {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	position: relative;
	height: 100%
}

.weui-picker__mask {
	top: 0;
	height: 100%;
	margin: 0 auto;
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6));
	background-position: top, bottom;
	background-size: 100% 102px;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.weui-picker__indicator,
.weui-picker__mask {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 3
}

.weui-picker__indicator {
	height: 34px;
	top: 102px
}

.weui-picker__indicator:before {
	top: 0;
	border-top: 1px solid #e5e5e5;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-picker__indicator:after,
.weui-picker__indicator:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	color: #e5e5e5
}

.weui-picker__indicator:after {
	bottom: 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.weui-picker__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.weui-picker__item {
	padding: 5px 0 4px;
	text-align: center;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.weui-picker__item_disabled {
	color: #999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes a {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.weui-animate-slide-up {
	-webkit-animation: a ease .3s forwards;
	animation: a ease .3s forwards
}

@-webkit-keyframes b {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes b {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.weui-animate-slide-down {
	-webkit-animation: b ease .3s forwards;
	animation: b ease .3s forwards
}

@-webkit-keyframes c {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes c {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.weui-animate-fade-in {
	-webkit-animation: c ease .3s forwards;
	animation: c ease .3s forwards
}

@-webkit-keyframes d {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes d {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.weui-animate-fade-out {
	-webkit-animation: d ease .3s forwards;
	animation: d ease .3s forwards
}

.weui-agree {
	display: block;
	padding: .5em 15px;
	font-size: 13px
}

.weui-agree a {
	color: #586c94
}

.weui-agree__text {
	color: #999
}

.weui-agree__checkbox {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	font-size: 0;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	border-radius: 3px;
	width: 13px;
	height: 13px;
	position: relative;
	vertical-align: 0;
	top: 2px
}

.weui-agree__checkbox:checked:before {
	font-family: weui;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	speak: none;
	display: inline-block;
	vertical-align: middle;
	text-decoration: inherit;
	content: "\EA08";
	color: #09bb07;
	font-size: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -48%) scale(.73);
	transform: translate(-50%, -48%) scale(.73)
}

.weui-agree__checkbox:disabled {
	background-color: #e1e1e1
}

.weui-agree__checkbox:disabled:before {
	color: #adadad
}

.weui-loading {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	-webkit-animation: e 1s steps(12) infinite;
	animation: e 1s steps(12) infinite;
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
	background-size: 100%
}

.weui-loading.weui-loading_transparent {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect xmlns='http://www.w3.org/2000/svg' width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.56)' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.5)' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.43)' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.38)' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.32)' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.28)' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.25)' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.2)' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.17)' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.14)' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.1)' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.03)' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E")
}

@-webkit-keyframes e {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes e {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.weui-slider {
	padding: 15px 18px;
	-webkit-user-select: none;
	user-select: none
}

.weui-slider__inner {
	position: relative;
	height: 2px;
	background-color: #e9e9e9
}

.weui-slider__track {
	height: 2px;
	background-color: #1aad19;
	width: 0
}

.weui-slider__handler {
	position: absolute;
	left: 0;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-left: -14px;
	margin-top: -14px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.weui-slider-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.weui-slider-box .weui-slider {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.weui-slider-box__value {
	margin-left: .5em;
	min-width: 24px;
	color: #888;
	text-align: center;
	font-size: 14px
}

.weui-dialog__ft a:hover {
	text-decoration: none
}

/** 
* jQuery WeUI V1.2.0 
* By 言川
* http://lihongxun945.github.io/jquery-weui/
 */
.preloader {
	width: 20px;
	height: 20px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: preloader-spin 1s steps(12, end) infinite;
	animation: preloader-spin 1s steps(12, end) infinite
}

.preloader:after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%
}

@-webkit-keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

label>* {
	pointer-events: none
}

html {
	font-size: 20px
}

body {
	font-size: 16px
}

@media only screen and (min-width:400px) {
	html {
		font-size: 21.33px !important
	}
}

@media only screen and (min-width:414px) {
	html {
		font-size: 22.08px !important
	}
}

@media only screen and (min-width:480px) {
	html {
		font-size: 25.6px !important
	}
}

.weui_navbar {
	z-index: 10
}

.weui-mask,
.weui-popup-container,
.weui-popup-overlay {
	z-index: 1000
}

.weui-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.weui-row>[class*=col-] {
	box-sizing: border-box
}

.weui-row .col-auto {
	width: 100%
}

.weui-row .weui-col-100 {
	width: 100%;
	width: calc((100% - 15px*0)/ 1)
}

.weui-row.weui-no-gutter .weui-col-100 {
	width: 100%
}

.weui-row .weui-col-95 {
	width: 95%;
	width: calc((100% - 15px*.05263157894736836)/ 1.0526315789473684)
}

.weui-row.weui-no-gutter .weui-col-95 {
	width: 95%
}

.weui-row .weui-col-90 {
	width: 90%;
	width: calc((100% - 15px*.11111111111111116)/ 1.1111111111111112)
}

.weui-row.weui-no-gutter .weui-col-90 {
	width: 90%
}

.weui-row .weui-col-85 {
	width: 85%;
	width: calc((100% - 15px*.17647058823529416)/ 1.1764705882352942)
}

.weui-row.weui-no-gutter .weui-col-85 {
	width: 85%
}

.weui-row .weui-col-80 {
	width: 80%;
	width: calc((100% - 15px*.25)/ 1.25)
}

.weui-row.weui-no-gutter .weui-col-80 {
	width: 80%
}

.weui-row .weui-col-75 {
	width: 75%;
	width: calc((100% - 15px*.33333333333333326)/ 1.3333333333333333)
}

.weui-row.weui-no-gutter .weui-col-75 {
	width: 75%
}

.weui-row .weui-col-66 {
	width: 66.66666666666666%;
	width: calc((100% - 15px*.5000000000000002)/ 1.5000000000000002)
}

.weui-row.weui-no-gutter .weui-col-66 {
	width: 66.66666666666666%
}

.weui-row .weui-col-60 {
	width: 60%;
	width: calc((100% - 15px*.6666666666666667)/ 1.6666666666666667)
}

.weui-row.weui-no-gutter .weui-col-60 {
	width: 60%
}

.weui-row .weui-col-50 {
	width: 50%;
	width: calc((100% - 15px*1)/ 2)
}

.weui-row.weui-no-gutter .weui-col-50 {
	width: 50%
}

.weui-row .weui-col-40 {
	width: 40%;
	width: calc((100% - 15px*1.5)/ 2.5)
}

.weui-row.weui-no-gutter .weui-col-40 {
	width: 40%
}

.weui-row .weui-col-33 {
	width: 33.333333333333336%;
	width: calc((100% - 15px*2)/ 3)
}

.weui-row.weui-no-gutter .weui-col-33 {
	width: 33.333333333333336%
}

.weui-row .weui-col-25 {
	width: 25%;
	width: calc((100% - 15px*3)/ 4)
}

.weui-row.weui-no-gutter .weui-col-25 {
	width: 25%
}

.weui-row .weui-col-20 {
	width: 20%;
	width: calc((100% - 15px*4)/ 5)
}

.weui-row.weui-no-gutter .weui-col-20 {
	width: 20%
}

.weui-row .weui-col-15 {
	width: 15%;
	width: calc((100% - 15px*5.666666666666667)/ 6.666666666666667)
}

.weui-row.weui-no-gutter .weui-col-15 {
	width: 15%
}

.weui-row .weui-col-10 {
	width: 10%;
	width: calc((100% - 15px*9)/ 10)
}

.weui-row.weui-no-gutter .weui-col-10 {
	width: 10%
}

.weui-row .weui-col-5 {
	width: 5%;
	width: calc((100% - 15px*19)/ 20)
}

.weui-row.weui-no-gutter .weui-col-5 {
	width: 5%
}

.weui-row .weui-col-auto:nth-last-child(1),
.weui-row .weui-col-auto:nth-last-child(1)~.weui-col-auto {
	width: 100%;
	width: calc((100% - 15px*0)/ 1)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1)~.weui-col-auto {
	width: 100%
}

.weui-row .weui-col-auto:nth-last-child(2),
.weui-row .weui-col-auto:nth-last-child(2)~.weui-col-auto {
	width: 50%;
	width: calc((100% - 15px*1)/ 2)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2)~.weui-col-auto {
	width: 50%
}

.weui-row .weui-col-auto:nth-last-child(3),
.weui-row .weui-col-auto:nth-last-child(3)~.weui-col-auto {
	width: 33.33333333%;
	width: calc((100% - 15px*2)/ 3)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3)~.weui-col-auto {
	width: 33.33333333%
}

.weui-row .weui-col-auto:nth-last-child(4),
.weui-row .weui-col-auto:nth-last-child(4)~.weui-col-auto {
	width: 25%;
	width: calc((100% - 15px*3)/ 4)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4)~.weui-col-auto {
	width: 25%
}

.weui-row .weui-col-auto:nth-last-child(5),
.weui-row .weui-col-auto:nth-last-child(5)~.weui-col-auto {
	width: 20%;
	width: calc((100% - 15px*4)/ 5)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5)~.weui-col-auto {
	width: 20%
}

.weui-row .weui-col-auto:nth-last-child(6),
.weui-row .weui-col-auto:nth-last-child(6)~.weui-col-auto {
	width: 16.66666667%;
	width: calc((100% - 15px*5)/ 6)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6)~.weui-col-auto {
	width: 16.66666667%
}

.weui-row .weui-col-auto:nth-last-child(7),
.weui-row .weui-col-auto:nth-last-child(7)~.weui-col-auto {
	width: 14.28571429%;
	width: calc((100% - 15px*6)/ 7)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7)~.weui-col-auto {
	width: 14.28571429%
}

.weui-row .weui-col-auto:nth-last-child(8),
.weui-row .weui-col-auto:nth-last-child(8)~.weui-col-auto {
	width: 12.5%;
	width: calc((100% - 15px*7)/ 8)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8)~.weui-col-auto {
	width: 12.5%
}

.weui-row .weui-col-auto:nth-last-child(9),
.weui-row .weui-col-auto:nth-last-child(9)~.weui-col-auto {
	width: 11.11111111%;
	width: calc((100% - 15px*8)/ 9)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9)~.weui-col-auto {
	width: 11.11111111%
}

.weui-row .weui-col-auto:nth-last-child(10),
.weui-row .weui-col-auto:nth-last-child(10)~.weui-col-auto {
	width: 10%;
	width: calc((100% - 15px*9)/ 10)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10)~.weui-col-auto {
	width: 10%
}

.weui-row .weui-col-auto:nth-last-child(11),
.weui-row .weui-col-auto:nth-last-child(11)~.weui-col-auto {
	width: 9.09090909%;
	width: calc((100% - 15px*10)/ 11)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11)~.weui-col-auto {
	width: 9.09090909%
}

.weui-row .weui-col-auto:nth-last-child(12),
.weui-row .weui-col-auto:nth-last-child(12)~.weui-col-auto {
	width: 8.33333333%;
	width: calc((100% - 15px*11)/ 12)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12)~.weui-col-auto {
	width: 8.33333333%
}

.weui-row .weui-col-auto:nth-last-child(13),
.weui-row .weui-col-auto:nth-last-child(13)~.weui-col-auto {
	width: 7.69230769%;
	width: calc((100% - 15px*12)/ 13)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13)~.weui-col-auto {
	width: 7.69230769%
}

.weui-row .weui-col-auto:nth-last-child(14),
.weui-row .weui-col-auto:nth-last-child(14)~.weui-col-auto {
	width: 7.14285714%;
	width: calc((100% - 15px*13)/ 14)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14)~.weui-col-auto {
	width: 7.14285714%
}

.weui-row .weui-col-auto:nth-last-child(15),
.weui-row .weui-col-auto:nth-last-child(15)~.weui-col-auto {
	width: 6.66666667%;
	width: calc((100% - 15px*14)/ 15)
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15),
.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15)~.weui-col-auto {
	width: 6.66666667%
}

@media all and (min-width:768px) {
	.row .tablet-100 {
		width: 100%;
		width: calc((100% - 15px*0)/ 1)
	}

	.row.no-gutter .tablet-100 {
		width: 100%
	}

	.row .tablet-95 {
		width: 95%;
		width: calc((100% - 15px*.05263157894736836)/ 1.0526315789473684)
	}

	.row.no-gutter .tablet-95 {
		width: 95%
	}

	.row .tablet-90 {
		width: 90%;
		width: calc((100% - 15px*.11111111111111116)/ 1.1111111111111112)
	}

	.row.no-gutter .tablet-90 {
		width: 90%
	}

	.row .tablet-85 {
		width: 85%;
		width: calc((100% - 15px*.17647058823529416)/ 1.1764705882352942)
	}

	.row.no-gutter .tablet-85 {
		width: 85%
	}

	.row .tablet-80 {
		width: 80%;
		width: calc((100% - 15px*.25)/ 1.25)
	}

	.row.no-gutter .tablet-80 {
		width: 80%
	}

	.row .tablet-75 {
		width: 75%;
		width: calc((100% - 15px*.33333333333333326)/ 1.3333333333333333)
	}

	.row.no-gutter .tablet-75 {
		width: 75%
	}

	.row .tablet-66 {
		width: 66.66666666666666%;
		width: calc((100% - 15px*.5000000000000002)/ 1.5000000000000002)
	}

	.row.no-gutter .tablet-66 {
		width: 66.66666666666666%
	}

	.row .tablet-60 {
		width: 60%;
		width: calc((100% - 15px*.6666666666666667)/ 1.6666666666666667)
	}

	.row.no-gutter .tablet-60 {
		width: 60%
	}

	.row .tablet-50 {
		width: 50%;
		width: calc((100% - 15px*1)/ 2)
	}

	.row.no-gutter .tablet-50 {
		width: 50%
	}

	.row .tablet-40 {
		width: 40%;
		width: calc((100% - 15px*1.5)/ 2.5)
	}

	.row.no-gutter .tablet-40 {
		width: 40%
	}

	.row .tablet-33 {
		width: 33.333333333333336%;
		width: calc((100% - 15px*2)/ 3)
	}

	.row.no-gutter .tablet-33 {
		width: 33.333333333333336%
	}

	.row .tablet-25 {
		width: 25%;
		width: calc((100% - 15px*3)/ 4)
	}

	.row.no-gutter .tablet-25 {
		width: 25%
	}

	.row .tablet-20 {
		width: 20%;
		width: calc((100% - 15px*4)/ 5)
	}

	.row.no-gutter .tablet-20 {
		width: 20%
	}

	.row .tablet-15 {
		width: 15%;
		width: calc((100% - 15px*5.666666666666667)/ 6.666666666666667)
	}

	.row.no-gutter .tablet-15 {
		width: 15%
	}

	.row .tablet-10 {
		width: 10%;
		width: calc((100% - 15px*9)/ 10)
	}

	.row.no-gutter .tablet-10 {
		width: 10%
	}

	.row .tablet-5 {
		width: 5%;
		width: calc((100% - 15px*19)/ 20)
	}

	.row.no-gutter .tablet-5 {
		width: 5%
	}

	.row .tablet-auto:nth-last-child(1),
	.row .tablet-auto:nth-last-child(1)~.col-auto {
		width: 100%;
		width: calc((100% - 15px*0)/ 1)
	}

	.row.no-gutter .tablet-auto:nth-last-child(1),
	.row.no-gutter .tablet-auto:nth-last-child(1)~.tablet-auto {
		width: 100%
	}

	.row .tablet-auto:nth-last-child(2),
	.row .tablet-auto:nth-last-child(2)~.col-auto {
		width: 50%;
		width: calc((100% - 15px*1)/ 2)
	}

	.row.no-gutter .tablet-auto:nth-last-child(2),
	.row.no-gutter .tablet-auto:nth-last-child(2)~.tablet-auto {
		width: 50%
	}

	.row .tablet-auto:nth-last-child(3),
	.row .tablet-auto:nth-last-child(3)~.col-auto {
		width: 33.33333333%;
		width: calc((100% - 15px*2)/ 3)
	}

	.row.no-gutter .tablet-auto:nth-last-child(3),
	.row.no-gutter .tablet-auto:nth-last-child(3)~.tablet-auto {
		width: 33.33333333%
	}

	.row .tablet-auto:nth-last-child(4),
	.row .tablet-auto:nth-last-child(4)~.col-auto {
		width: 25%;
		width: calc((100% - 15px*3)/ 4)
	}

	.row.no-gutter .tablet-auto:nth-last-child(4),
	.row.no-gutter .tablet-auto:nth-last-child(4)~.tablet-auto {
		width: 25%
	}

	.row .tablet-auto:nth-last-child(5),
	.row .tablet-auto:nth-last-child(5)~.col-auto {
		width: 20%;
		width: calc((100% - 15px*4)/ 5)
	}

	.row.no-gutter .tablet-auto:nth-last-child(5),
	.row.no-gutter .tablet-auto:nth-last-child(5)~.tablet-auto {
		width: 20%
	}

	.row .tablet-auto:nth-last-child(6),
	.row .tablet-auto:nth-last-child(6)~.col-auto {
		width: 16.66666667%;
		width: calc((100% - 15px*5)/ 6)
	}

	.row.no-gutter .tablet-auto:nth-last-child(6),
	.row.no-gutter .tablet-auto:nth-last-child(6)~.tablet-auto {
		width: 16.66666667%
	}

	.row .tablet-auto:nth-last-child(7),
	.row .tablet-auto:nth-last-child(7)~.col-auto {
		width: 14.28571429%;
		width: calc((100% - 15px*6)/ 7)
	}

	.row.no-gutter .tablet-auto:nth-last-child(7),
	.row.no-gutter .tablet-auto:nth-last-child(7)~.tablet-auto {
		width: 14.28571429%
	}

	.row .tablet-auto:nth-last-child(8),
	.row .tablet-auto:nth-last-child(8)~.col-auto {
		width: 12.5%;
		width: calc((100% - 15px*7)/ 8)
	}

	.row.no-gutter .tablet-auto:nth-last-child(8),
	.row.no-gutter .tablet-auto:nth-last-child(8)~.tablet-auto {
		width: 12.5%
	}

	.row .tablet-auto:nth-last-child(9),
	.row .tablet-auto:nth-last-child(9)~.col-auto {
		width: 11.11111111%;
		width: calc((100% - 15px*8)/ 9)
	}

	.row.no-gutter .tablet-auto:nth-last-child(9),
	.row.no-gutter .tablet-auto:nth-last-child(9)~.tablet-auto {
		width: 11.11111111%
	}

	.row .tablet-auto:nth-last-child(10),
	.row .tablet-auto:nth-last-child(10)~.col-auto {
		width: 10%;
		width: calc((100% - 15px*9)/ 10)
	}

	.row.no-gutter .tablet-auto:nth-last-child(10),
	.row.no-gutter .tablet-auto:nth-last-child(10)~.tablet-auto {
		width: 10%
	}

	.row .tablet-auto:nth-last-child(11),
	.row .tablet-auto:nth-last-child(11)~.col-auto {
		width: 9.09090909%;
		width: calc((100% - 15px*10)/ 11)
	}

	.row.no-gutter .tablet-auto:nth-last-child(11),
	.row.no-gutter .tablet-auto:nth-last-child(11)~.tablet-auto {
		width: 9.09090909%
	}

	.row .tablet-auto:nth-last-child(12),
	.row .tablet-auto:nth-last-child(12)~.col-auto {
		width: 8.33333333%;
		width: calc((100% - 15px*11)/ 12)
	}

	.row.no-gutter .tablet-auto:nth-last-child(12),
	.row.no-gutter .tablet-auto:nth-last-child(12)~.tablet-auto {
		width: 8.33333333%
	}

	.row .tablet-auto:nth-last-child(13),
	.row .tablet-auto:nth-last-child(13)~.col-auto {
		width: 7.69230769%;
		width: calc((100% - 15px*12)/ 13)
	}

	.row.no-gutter .tablet-auto:nth-last-child(13),
	.row.no-gutter .tablet-auto:nth-last-child(13)~.tablet-auto {
		width: 7.69230769%
	}

	.row .tablet-auto:nth-last-child(14),
	.row .tablet-auto:nth-last-child(14)~.col-auto {
		width: 7.14285714%;
		width: calc((100% - 15px*13)/ 14)
	}

	.row.no-gutter .tablet-auto:nth-last-child(14),
	.row.no-gutter .tablet-auto:nth-last-child(14)~.tablet-auto {
		width: 7.14285714%
	}

	.row .tablet-auto:nth-last-child(15),
	.row .tablet-auto:nth-last-child(15)~.col-auto {
		width: 6.66666667%;
		width: calc((100% - 15px*14)/ 15)
	}

	.row.no-gutter .tablet-auto:nth-last-child(15),
	.row.no-gutter .tablet-auto:nth-last-child(15)~.tablet-auto {
		width: 6.66666667%
	}
}

.weui-cell__hd img {
	display: block;
	margin-right: 5px
}

.weui-cell_swiped .weui-cell__bd {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.swipeout-touching .weui-cell__bd {
	-webkit-transition: none;
	transition: none
}

.weui-dialog,
.weui-toast {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	visibility: hidden;
	margin: 0;
	top: 45%;
	z-index: 2000
}

.weui-dialog .weui-dialog__btn.default,
.weui-toast .weui-dialog__btn.default {
	color: #5f646e
}

.weui-dialog .weui-dialog__btn+.weui-dialog__btn,
.weui-toast .weui-dialog__btn+.weui-dialog__btn {
	position: relative
}

.weui-dialog .weui-dialog__btn+.weui-dialog__btn:after,
.weui-toast .weui-dialog__btn+.weui-dialog__btn:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px solid #D5D5D6;
	color: #D5D5D6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

.weui-dialog.weui-dialog--visible,
.weui-dialog.weui-toast--visible,
.weui-toast.weui-dialog--visible,
.weui-toast.weui-toast--visible {
	opacity: 1;
	visibility: visible
}

.weui-toast_forbidden {
	color: #F76260
}

.weui-toast_cancel .weui-icon-toast:before {
	content: "\EA0D"
}

.weui-toast_forbidden .weui-icon-toast:before {
	content: "\EA0B";
	color: #F76260
}

.weui-toast_text {
	min-height: 1em;
	width: auto;
	height: 45px;
	border-radius: 25px;
	margin-left: 0;
	-webkit-transform: scale(.9) translate3d(-50%, 0, 0);
	transform: scale(.9) translate3d(-50%, 0, 0);
	-webkit-transform-origin: left;
	transform-origin: left
}

.weui-toast_text.weui-toast--visible {
	-webkit-transform: scale(1) translate3d(-50%, 0, 0);
	transform: scale(1) translate3d(-50%, 0, 0)
}

.weui-toast_text .weui-icon-toast {
	display: none
}

.weui-toast_text .weui-toast_content {
	margin: 10px 15px
}

.weui-mask {
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	visibility: hidden
}

.weui-mask.weui-mask--visible {
	opacity: 1;
	visibility: visible
}

.weui-prompt-input {
	padding: 4px 6px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 2em;
	width: 80%;
	margin-top: 10px
}

.weui-pull-to-refresh {
	margin-top: -50px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.weui-pull-to-refresh.refreshing {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0)
}

.weui-pull-to-refresh.touching {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.weui-pull-to-refresh__layer {
	height: 30px;
	line-height: 30px;
	padding: 10px;
	text-align: center
}

.weui-pull-to-refresh__layer .down {
	display: inline-block
}

.weui-pull-to-refresh__layer .refresh,
.weui-pull-to-refresh__layer .up {
	display: none
}

.weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
	display: inline-block;
	z-index: 10;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	vertical-align: -4px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E") center no-repeat;
	background-size: 13px 20px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: rotate(0) translate3d(0, 0, 0);
	transform: rotate(0) translate3d(0, 0, 0)
}

.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader {
	display: none;
	vertical-align: -4px;
	margin-right: 4px;
	width: 20px;
	height: 20px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: preloader-spin 1s steps(12, end) infinite;
	animation: preloader-spin 1s steps(12, end) infinite
}

.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader:after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%
}

.pull-up .weui-pull-to-refresh__layer .down,
.refreshing .weui-pull-to-refresh__layer .down {
	display: none
}

.pull-up .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
	display: inline-block;
	-webkit-transform: rotate(180deg) translate3d(0, 0, 0);
	transform: rotate(180deg) translate3d(0, 0, 0)
}

.pull-down .weui-pull-to-refresh__layer .down,
.pull-down .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow,
.pull-up .weui-pull-to-refresh__layer .up {
	display: inline-block
}

.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow {
	display: none
}

.refreshing .weui-pull-to-refresh__layer .refresh,
.refreshing .weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader {
	display: inline-block
}

@keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.weui-tab__bd-item.weui-pull-to-refresh {
	position: absolute;
	top: 50px
}

.toolbar,
.weui-tabbar__item {
	position: relative
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
	color: #04BE02
}

.weui-navbar__item {
	color: #888
}

.weui-navbar__item.weui-bar__item--on {
	color: #666;
	background-color: #f1f1f1
}

.toolbar,
.toolbar .title {
	font-size: .85rem;
	color: #3d4145;
	width: 100%
}

.weui-tab__bd {
	box-sizing: border-box;
	height: 100%
}

.weui-tab__bd .weui-tab__bd-item {
	display: none;
	height: 100%;
	overflow: auto
}

.weui-tab__bd .weui-tab__bd-item.weui-tab__bd-item--active {
	display: block
}

.weui-navbar+.weui-tab__bd {
	padding-top: 50px
}

.toolbar {
	line-height: 1.5;
	background: #f7f7f8
}

.toolbar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	height: 1px;
	width: 100%;
	background-color: #d9d9d9;
	display: block;
	z-index: 15;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.toolbar .toolbar-inner,
.weui-picker-modal .picker-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.toolbar:before {
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {
	.toolbar:before {
		-webkit-transform: scaleY(.33);
		transform: scaleY(.33)
	}
}

.toolbar .toolbar-inner {
	height: 2.2rem;
	display: flex;
	text-align: center
}

.toolbar .title {
	position: absolute;
	display: block;
	padding: 0;
	font-weight: 400;
	line-height: 2.2rem;
	text-align: center;
	white-space: nowrap
}

.toolbar .picker-button {
	position: absolute;
	right: 0;
	box-sizing: border-box;
	height: 2.2rem;
	line-height: 2.2rem;
	color: #04BE02;
	z-index: 1;
	padding: 0 .5rem
}

.weui-picker-modal {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	border-radius: 0;
	opacity: .6;
	color: #3d4145;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	height: 13rem;
	background: #EFEFF4;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.weui-picker-modal.picker-modal-inline {
	height: 10.8rem;
	opacity: 1;
	position: static;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.weui-picker-modal.picker-modal-inline .toolbar {
	display: none
}

.weui-picker-modal.picker-columns-single .picker-items-col {
	width: 100%
}

.weui-picker-modal.weui-picker-modal-visible {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.weui-picker-modal .picker-modal-inner {
	position: relative;
	height: 10.8rem
}

.weui-picker-modal .picker-columns {
	width: 100%;
	height: 13rem;
	z-index: 11500
}

.popover .weui-picker-modal .picker-columns,
.weui-picker-modal .picker-columns.picker-modal-inline {
	height: 10rem
}

@media (orientation:landscape) and (max-height:415px) {
	.weui-picker-modal .picker-columns:not(.picker-modal-inline) {
		height: 10rem
	}
}

.weui-picker-modal .popover.popover-picker-columns {
	width: 14rem
}

.weui-picker-modal .picker-items {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	padding: 0;
	text-align: right;
	font-size: 1rem;
	font-weight: 400;
	-webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);
	-webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent)
}

.weui-picker-modal .bar+.picker-items {
	height: 10.8rem
}

.weui-picker-modal .picker-items-col {
	overflow: hidden;
	position: relative;
	max-height: 100%
}

.weui-picker-modal .picker-items-col.picker-items-col-left {
	text-align: left
}

.weui-picker-modal .picker-items-col.picker-items-col-center {
	text-align: center
}

.weui-picker-modal .picker-items-col.picker-items-col-right {
	text-align: right
}

.weui-picker-modal .picker-items-col.picker-items-col-divider {
	color: #3d4145;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.weui-picker-modal .picker-items-col-wrapper {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.weui-picker-modal .picker-item {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #9b9b9b;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: .3s;
	transition: .3s
}

.picker-items-col-absolute .weui-picker-modal .picker-item {
	position: absolute
}

.weui-picker-modal .picker-item.picker-item-far {
	pointer-events: none
}

.weui-picker-modal .picker-item.picker-selected {
	color: #3d4145;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: rotateX(0);
	transform: rotateX(0)
}

.weui-picker-modal .picker-center-highlight {
	height: 32px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -16px;
	pointer-events: none
}

.weui-picker-modal .picker-center-highlight:after,
.weui-picker-modal .picker-center-highlight:before {
	content: '';
	position: absolute;
	right: auto;
	height: 1px;
	background-color: #D9D9D9;
	display: block;
	z-index: 15;
	left: 0;
	width: 100%
}

.weui-picker-modal .picker-center-highlight:before {
	top: 0;
	bottom: auto;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.weui-picker-modal .picker-center-highlight:before {
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {
	.weui-picker-modal .picker-center-highlight:before {
		-webkit-transform: scaleY(.33);
		transform: scaleY(.33)
	}
}

.weui-picker-modal .picker-center-highlight:after {
	bottom: 0;
	top: auto;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.weui-picker-modal .picker-center-highlight:after {
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {
	.weui-picker-modal .picker-center-highlight:after {
		-webkit-transform: scaleY(.33);
		transform: scaleY(.33)
	}
}

.weui-picker-modal .picker-3d .picker-items {
	overflow: hidden;
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.weui-picker-modal .picker-3d .picker-item,
.weui-picker-modal .picker-3d .picker-items-col,
.weui-picker-modal .picker-3d .picker-items-col-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.weui-picker-modal .picker-3d .picker-items-col {
	overflow: visible
}

.weui-picker-modal .picker-3d .picker-item {
	-webkit-transform-origin: center center -110px;
	transform-origin: center center -110px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.weui-picker-container,
.weui-picker-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	width: 100%;
	z-index: 1000
}

.picker-calendar-row:after,
.picker-calendar-week-days:after {
	content: '';
	z-index: 15;
	left: 0;
	right: auto
}

.city-picker .picker-items-col {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 7rem
}

.weui-picker-container .weui-cells {
	margin: 0;
	text-align: left
}

.datetime-picker .picker-item {
	text-overflow: initial
}

.weui-select-modal {
	height: auto
}

.weui-select-modal .weui-cells {
	margin: 0;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 16rem
}

.weui-select-modal .weui-cells:after {
	display: none
}

.picker-calendar-month,
.picker-calendar-week-days {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex
}

.weui-picker-calendar {
	background: #fff;
	height: 15rem;
	width: 100%;
	overflow: hidden
}

.weui-picker-calendar .picker-modal-inner {
	overflow: hidden;
	height: 12.8rem
}

.picker-calendar-week-days {
	height: .9rem;
	background: #f7f7f8;
	display: flex;
	font-size: 11px;
	box-sizing: border-box;
	position: relative
}

.picker-calendar-week-days:after {
	position: absolute;
	bottom: 0;
	top: auto;
	height: 1px;
	width: 100%;
	background-color: #c4c4c4;
	display: block;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.picker-calendar-week-days:after {
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {
	.picker-calendar-week-days:after {
		-webkit-transform: scaleY(.33);
		transform: scaleY(.33)
	}
}

.picker-calendar-week-days .picker-calendar-week-day {
	-ms-flex: 0 1 auto;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	width: 14.28571429%;
	width: calc(100% / 7);
	line-height: 17px;
	text-align: center
}

.picker-calendar-week-days+.picker-calendar-months {
	height: 11.9rem
}

.picker-calendar-months {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

.picker-calendar-months-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s
}

.picker-calendar-month {
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.picker-calendar-row {
	height: 16.66666667%;
	height: calc(100% / 6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	width: 100%;
	position: relative
}

.picker-calendar-row:after {
	position: absolute;
	bottom: 0;
	top: auto;
	height: 1px;
	width: 100%;
	background-color: #ccc;
	display: block;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.picker-calendar-row:after {
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {
	.picker-calendar-row:after {
		-webkit-transform: scaleY(.33);
		transform: scaleY(.33)
	}
}

.weui-picker-modal .picker-calendar-row:last-child:after {
	display: none
}

.picker-calendar-day {
	-ms-flex: 0 1 auto;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	width: 14.28571429%;
	width: calc(100% / 7);
	text-align: center;
	color: #3d4145;
	font-size: 15px;
	cursor: pointer
}

.picker-calendar-day.picker-calendar-day-next,
.picker-calendar-day.picker-calendar-day-prev {
	color: #ccc
}

.picker-calendar-day.picker-calendar-day-disabled {
	color: #d4d4d4;
	cursor: auto
}

.picker-calendar-day.picker-calendar-day-today span {
	background: #e3e3e3
}

.picker-calendar-day.picker-calendar-day-selected span {
	background: #04BE02;
	color: #fff
}

.picker-calendar-day span {
	display: inline-block;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px
}

.picker-calendar-month-picker,
.picker-calendar-year-picker {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 50%;
	max-width: 200px;
	-webkit-flex-shrink: 10;
	-ms-flex-negative: 10;
	flex-shrink: 10
}

.picker-calendar-month-picker span,
.picker-calendar-year-picker span {
	-ms-flex: 0 1 auto;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis
}

.picker-calendar.picker-modal-inline .picker-calendar-week-days,
.popover .picker-calendar .picker-calendar-week-days {
	background: 0 0
}

.swiper-button-next,
.swiper-button-prev,
i.icon {
	background-position: center;
	background-repeat: no-repeat
}

.picker-calendar.picker-modal-inline .picker-calendar-week-days:after,
.picker-calendar.picker-modal-inline .picker-calendar-week-days:before,
.picker-calendar.picker-modal-inline .toolbar:after,
.picker-calendar.picker-modal-inline .toolbar:before,
.popover .picker-calendar .picker-calendar-week-days:after,
.popover .picker-calendar .picker-calendar-week-days:before,
.popover .picker-calendar .toolbar:after,
.popover .picker-calendar .toolbar:before {
	display: none
}

.picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,
.picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,
.popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,
.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	height: 1px;
	width: 100%;
	background-color: #c4c4c4;
	display: block;
	z-index: 15;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {

	.picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,
	.picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,
	.popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,
	.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before {
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:3) {

	.picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months:before,
	.picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months:before,
	.popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months:before,
	.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months:before {
		-webkit-transform: scaleY(.33);
		transform: scaleY(.33)
	}
}

.picker-calendar-month-picker,
.picker-calendar-year-picker {
	display: block;
	line-height: 2.2rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.picker-calendar-month-picker a.icon-only,
.picker-calendar-year-picker a.icon-only {
	min-width: 36px;
	float: left;
	width: 25%;
	height: 2.2rem;
	line-height: 2rem
}

.picker-calendar-month-picker .current-month-value,
.picker-calendar-month-picker .current-year-value,
.picker-calendar-year-picker .current-month-value,
.picker-calendar-year-picker .current-year-value {
	float: left;
	width: 50%;
	height: 2.2rem
}

i.icon {
	display: inline-block;
	vertical-align: middle;
	background-size: 100% auto;
	font-style: normal;
	position: relative
}

i.icon.icon-next,
i.icon.icon-prev {
	width: .75rem;
	height: .75rem
}

.swiper-slide,
.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

i.icon.icon-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

i.icon.icon-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex: 0 0 auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #04BE02
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.weui-actionsheet {
	z-index: 10000
}

.weui-popup__container,
.weui-popup__overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}

.weui-popup__overlay {
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.weui-popup__container {
	display: none
}

.weui-popup__container.weui-popup__container--visible {
	display: block
}

.weui-popup__container .weui-cells {
	margin: 0;
	text-align: left
}

.weui-popup__modal {
	width: 100%;
	position: absolute;
	z-index: 100;
	bottom: 0;
	border-radius: 0;
	opacity: .6;
	color: #3d4145;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	height: 100%;
	background: #EFEFF4;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	overflow-x: hidden;
	overflow-y: auto
}

.popup-bottom .weui-popup__modal {
	height: auto
}

.weui-popup__modal .toolbar {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1
}

.weui-popup__modal .modal-content {
	height: 100%;
	padding-top: 2.2rem;
	overflow: auto;
	box-sizing: border-box
}

.weui-popup__container--visible .weui-popup__overlay {
	opacity: 1
}

.weui-popup__container--visible .weui-popup__modal {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.weui-notification {
	position: fixed;
	width: 100%;
	min-height: 3.4rem;
	top: -2rem;
	padding-top: 2rem;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .85);
	color: #fff;
	font-size: .65rem;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: .4s;
	transition: .4s
}

.weui-notification.weui-notification--in {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.weui-notification.weui-notification--touching {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.weui-notification .weui-notification__inner {
	padding: .4rem .6rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.weui-notification .weui-notification__content {
	width: 100%;
	margin: 0 .4rem
}

.weui-notification .weui-notification__title {
	font-weight: 700
}

.weui-notification .weui-notification__text {
	line-height: 1
}

.weui-notification .weui-notification__media {
	height: 1rem;
	width: 1rem
}

.weui-notification .weui-notification__media img {
	width: 100%
}

.weui-notification .weui-notification__handle-bar {
	position: absolute;
	bottom: .2rem;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	width: 2rem;
	height: .3rem;
	border-radius: .15rem;
	background: #fff;
	opacity: .5
}

.weui-photo-browser-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	display: none;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.weui-photo-browser-modal.weui-photo-browser-modal-visible {
	opacity: 1
}

.weui-photo-browser-modal .swiper-container {
	height: 100%;
	-webkit-transform: scale(.2);
	transform: scale(.2);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.weui-photo-browser-modal .swiper-container .swiper-pagination-bullet {
	background: #fff;
	visibility: hidden
}

.weui-photo-browser-modal .swiper-container.swiper-container-visible {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.weui-photo-browser-modal .swiper-container.swiper-container-visible .swiper-pagination-bullet {
	visibility: visible;
	-webkit-transition-property: visibility;
	transition-property: visibility;
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.weui-photo-browser-modal .swiper-container .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%
}

.weui-photo-browser-modal .photo-container {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.weui-photo-browser-modal .photo-container img {
	max-width: 100%;
	margin-top: -30px
}

.weui-photo-browser-modal .caption {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	padding: 0 12px;
	min-height: 3rem;
	font-size: 14px;
	z-index: 10;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	opacity: 0
}

.weui-photo-browser-modal .caption .caption-item {
	display: none;
	opacity: 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}

.weui-photo-browser-modal .caption .caption-item.active {
	display: block;
	opacity: 1
}

.weui-photo-browser-modal .swiper-container-visible .caption {
	opacity: 1
}

.color-primary {
	color: #04BE02
}

.color-danger,
.color-error {
	color: #f6383a
}

.color-warning {
	color: #f60
}

.color-success {
	color: #4cd964
}

.bg-danger,
.bg-error,
.bg-primary,
.bg-success,
.bg-warning {
	color: #fff
}

.bg-primary {
	background-color: #04BE02
}

.bg-danger,
.bg-error {
	background-color: #f6383a
}

.bg-warning {
	background-color: #f60
}

.bg-success {
	background-color: #4cd964
}

.weui-toptips {
	z-index: 100;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.weui-toptips.weui-toptips_visible {
	opacity: 1
}

.weui-icon_toast {
	font-size: 55px;
	color: #fff;
	margin-bottom: 6px
}

.weui-toast--forbidden .weui-icon_toast {
	color: #f6383a
}

.weui-toast--text {
	min-height: initial;
	font-size: 18px;
	padding: 8px 16px;
	width: auto;
	top: 40%
}

.weui-toast--text .weui-icon_toast {
	display: none
}

.weui-count {
	display: inline-block;
	height: 25px;
	line-height: 25px
}

.weui-count .weui-count__btn {
	height: 21px;
	width: 21px;
	line-height: 21px;
	display: inline-block;
	position: relative;
	border: 1px solid #04BE02;
	border-radius: 50%;
	vertical-align: -6px
}

.weui-count .weui-count__btn:after,
.weui-count .weui-count__btn:before {
	content: " ";
	position: absolute;
	height: 1px;
	width: 11px;
	background-color: #04BE02;
	left: 50%;
	top: 50%;
	margin-left: -5.5px
}

.weui-count .weui-count__btn:after {
	height: 11px;
	width: 1px;
	margin-top: -5.5px;
	margin-left: -1px
}

.weui-count .weui-count__decrease:after {
	display: none
}

.weui-count .weui-count__increase {
	background-color: #04BE02
}

.weui-count .weui-count__increase:after,
.weui-count .weui-count__increase:before {
	background-color: #fff
}

.weui-count .weui-count__number {
	background-color: transparent;
	font-size: .8rem;
	border: 0;
	width: 1.3rem;
	text-align: center;
	color: #5f646e
}

.weui-panel .weui-media-box__title-after {
	color: #9b9b9b;
	font-size: .65rem;
	float: right
}

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
	.fileinput-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}

/* The gallery overlay */

#galleryOverlay,
#galleryOverlay2 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100000;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	display: none;

	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible,
#galleryOverlay2.visible {
	opacity: 1;
}

#gallerySlider,
#gallerySlider2 {
	height: 100%;

	left: 0;
	top: 0;

	width: 100%;
	white-space: nowrap;
	position: absolute;

	-moz-transition: left 0.4s ease;
	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;
}

#gallerySlider .placeholder,
#gallerySlider2 .placeholder2 {
	background: url("/js/touchTouch/preloader.gif") no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width: 100%;
	display: inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before,
#gallerySlider2 .placeholder2:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#gallerySlider .placeholder img,
#gallerySlider2 .placeholder2 img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#gallerySlider.rightSpring,
#gallerySlider2.rightSpring {
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring,
#gallerySlider2.leftSpring {
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring {
	0% {
		margin-left: 0px;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0px;
	}
}

@-moz-keyframes leftSpring {
	0% {
		margin-left: 0px;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0px;
	}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring {
	0% {
		margin-left: 0px;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0px;
	}
}

@-webkit-keyframes leftSpring {
	0% {
		margin-left: 0px;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0px;
	}
}

/* Arrows */

#prevArrow,
#nextArrow,
#prevArrow2,
#nextArrow2 {
	border: none;
	text-decoration: none;
	background: url('/js/touchTouch/arrows.png') no-repeat;
	opacity: 0.5;
	cursor: pointer;
	position: absolute;
	width: 43px;
	height: 58px;

	top: 50%;
	margin-top: -29px;

	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

#prevArrow:hover,
#nextArrow:hover,
#prevArrow2:hover,
#nextArrow2:hover {
	opacity: 1;
}

#prevArrow,
#prevArrow2 {
	background-position: left top;
	left: 40px;
}

#nextArrow,
#nextArrow2 {
	background-position: right top;
	right: 40px;
}

/*pagelimit*/
.pagelimit {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -18px;
	color: #fff;
	font-size: 14px;
}

.btn_rorate {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -15px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

.galleryClose,
.galleryClose2 {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	padding: 3px 8px;
	border: 1px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.galleryClose:hover,
.galleryClose2:hover {
	background: #FFF;
	color: #333;
	font-size: 13px;
}

@charset "utf-8";

::-moz-selection {
	background: #296bef;
	color: #fff !important;
}

::selection {
	background: #296bef;
	color: #fff !important;
}


html {
	background: #F3F3F3;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft Yahei, Arial, sans-serif;
	font-size: 14px;
	color: #444;
	background: #F3F3F3;
	overflow-x: hidden;
}

@media (max-width:992px) {

	html,
	body {
		background: #FFF;
	}
}

table {
	border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6,
form {
	margin: 0;
	padding: 0;
	letter-spacing: 0
}

dl,
dt,
dd {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

p {
	margin: 0px;
	padding: 0px;
}

img:not(.bigimg) {
	border: none;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	font-family: Microsoft Yahei, Arial, sans-serif;
	font-size: inherit;
	outline: none;
	cursor: pointer;
	transition: All .3s ease-in-out;
	-webkit-transition: All .3s ease-in-out;
	-moz-transition: All .3s ease-in-out;
	-o-transition: All .3s ease-in-out;
}

a:hover {
	color: #296bef;
	text-decoration: none;
	font-size: inherit;
	outline: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

u {
	text-decoration: none;
}

input,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pb30 {
	padding-bottom: 30px;
}

.pr30 {
	padding-right: 30px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt5 {
	margin-top: 5px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mt80 {
	margin-top: 80px;
}

.pd10 {
	padding: 10px 0;
}

.pd20 {
	padding: 20px 0;
}

.pd30 {
	padding: 30px 0;
}

.clear {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.e404 {
	padding: 20px 0;
	border-bottom: 1px solid #DDD;
	text-align: center;
	color: #666;
	font-size: 18px;
	margin-top: 20px;
}

hr {
	display: block;
	width: 100%;
}

header {
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	background: #c6d8ca;
	top: 0;
}


/*视频去掉下载按钮*/
video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

@keyframes downUp {
	from {
		transform: translateY(20px);
		-ms-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-o-transform: translateY(20px)
	}

	to {
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0)
	}
}

@keyframes upDown {
	from {
		transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-o-transform: translateY(-20px)
	}

	to {
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0)
	}
}

.entry-cover img {
	display: block;
	width: 100%;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.entry-cover:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}

.entry-cover:hover:before {
	visibility: visible;
	opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50)
}

.entry-cover:after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	visibility: hidden;
	margin-top: -40px;
	width: 100%;
	color: #fff;
	content: '\f002';
	text-align: center;
	font-size: 24px;
	line-height: 1;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s
}

.entry-cover:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s
}

.entry-cover:hover:after {
	visibility: visible;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100)
}

.entry-cover {
	position: relative;
	display: block;
	overflow: hidden
}

.entry-cover div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 30px;
	text-align: center;
	color: #FFF;
	z-index: 3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0)
}

.entry-cover div strong {
	display: block;
	clear: both;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px
}

.entry-cover:hover div {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100)
}

.bg {
	background: #FFF;
	padding: 30px 0
}

@media (max-width:992px) {
	.bg {
		padding: 15px 0;
		background: #FFF
	}
}

.fa-star {
	color: #abd04d
}

.snsBox {
	text-align: center;
	clear: both;
	padding: 15px 0 0 0;
}

.sns {
	padding: 0 0 15px 0;
	display: inline-block
}

.sns i {
	font-size: 18px;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #FFF;
	background: #FFF;
	color: #48c25f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sns:hover i {
	border: 1px solid #4d4d4d;
	color: #FFF;
	background: none
}

.sns:hover i.fa-facebook {
	background: #3c5a9a;
	border: 1px solid #3c5a9a;
	color: #FFF;
}

.sns:hover i.fa-twitter {
	background: #1ea1f3;
	border: 1px solid #1ea1f3;
	color: #FFF;
}

.sns:hover i.fa-linkedin {
	background: #0279b3;
	border: 1px solid #0279b3;
	color: #FFF;
}

.sns:hover i.fa-youtube {
	background: #dd4d44;
	border: 1px solid #dd4d44;
	color: #FFF;
}

.sns:hover i.fa-pinterest {
	background: #bd081c;
	border: 1px solid #bd081c;
	color: #FFF;
}

.sns:hover i.fa-instagram {
	background: #c034b1;
	border: 1px solid #c034b1;
	color: #FFF;
}


/*搜索框*/
.search {
	padding: 5px 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.search form {
	display: block;
	position: relative;
	background: #FFF;
	border: 2px solid #48c25f;
	padding: 0 5px;
}

.search select {
	width: 100px;
	background: url(../images/select.png) right center no-repeat;
	background-size: 30px 12px;
	padding-right: 20px;
	background-color: transparent;
	-webkit-appearance: none;
	border: 0;
}

.search input {
	border: 0;
	outline: 0;
	min-width: 300px;
	background: #FFF;
	color: #333;
	border: 0;
	margin: 0;
	padding: 8px 50px 8px 12px;
	display: inline-block;
}

.search button {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 44px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	outline: none;
	font-size: 18px;
	background: #48c25f;
	color: #FFF;
	border: 0;
}

.search button:hover {
	color: #111
}


/*搜索框*/
.searchSub {
	padding: 0
}

.searchSub.searchForm {
	float: right;
	width: 320px;
	margin-top: -15px;
}

.searchSub form {
	display: block;
	position: relative
}

.searchSub.searchForm form {
	position: absolute;
	width: 300px;
}

.searchSub input {
	border: 0;
	outline: 0;
	background: #FFF;
	color: #333;
	border: 1px solid #EEE;
	margin: 0;
	padding: 10px 12px;
	display: block;
	width: 100%;
}

.searchSub button {
	position: absolute;
	right: 1px;
	display: block;
	width: 42px;
	height: 42px;
	outline: none;
	font-size: 18px;
	top: 1px;
	color: #48c25f;
	border: 0;
	background: #48c25f;
}

.searchSub button:hover {
	color: #48c25f
}

@media (max-width:992px) {
	.searchSub {
		display: none
	}
}


/*语言切换*/
.lang {
	width: 150px;
	float: right;
	margin-top: -60px;
	text-align: right
}

.lang a {
	margin-left: 10px;
	display: inline-block
}

.lang img {
	display: inline-block;
	margin-left: 3px;
	margin-top: -1px
}

@media (max-width:992px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
}


@media (min-width:992px) {

	header .top {
		position: relative
	}

	header .menuButton {
		display: none
	}

	header .logo {
		padding: 15px 0;
	}

	header .logo img {
		max-height: 80px;
	}

	header .smallLogo,
	.menuClose,
	.menuLogo {
		display: none
	}

	header.active {
		position: fixed;
		background: #FFF;
		top: 0;
		width: 100%;
		animation: upDown 0.5s;
		-moz-animation: upDown 0.5s;
		-webkit-animation: upDown 0.5s;
		-o-animation: upDown 0.5s;
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}

	header.active .menu {
		display: none
	}

	.menu {
		position: static;
		clear: both;
		display: block;
		text-align: left;
		background: #48c25f
	}

	.menu .container {
		position: relative
	}

	.menu .fa-navicon {
		position: absolute;
		right: 15px;
		color: #48c25f;
		top: 14px;
	}

	.menu .menuUL {
		padding: 0;
		list-style: none;
		margin-top: 0;
		margin-bottom: 0;
	}

	.menu .menuUL .menu0 {
		position: relative;
		display: inline-block;
		z-index: 9;
		padding: 0;
		text-align: left;
	}

	/*.menu .menuUL .menu0A{transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none}*/
	.menu .menuUL .menu0Full {
		display: inline-block;
		z-index: 9;
		padding: 0;
		text-align: left
	}

	.menu .menuUL .menu0 i,
	.menu .menuUL .menu0Full i {
		color: #ffcb05;
		display: inline-block;
		margin-left: 3px;
		font-size: 12px;
	}

	.menu .menuUL .menu0A {
		font-size: 12px;
		font-weight: normal;
		color: #FFF;
		display: block;
		padding: 0 8px;
		margin-left: 2px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
		background-position: bottom left;
	}

	.menu .menuUL .menu0.active .menu0A,
	.menu .menuUL .menu0A.active,
	.menu .menuUL .menu0A:hover,
	.menu .menuUL .menu0Full.active .menu0A {
		color: #48c25f;
		background: #FFF
	}

	.menu .menuUL .menu0A:hover {
		background: #48c25f;
		color: #FFF;
	}

	.menu .menuUL .menu0 ul {
		position: relative;
		display: none;
		padding: 5px;
		width: 500px;
		list-style: none;
		position: absolute;
		background: #FFF;
		-moz-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
		box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
	}

	.menu .menuUL .menu0 ul .menu1 {
		width: 49%;
		display: inline-block;
	}

	.menu .menuUL .menu0 ul .menu1A {
		position: relative;
		transition: All 0s ease-in-out;
		-webkit-transition: All 0s ease-in-out;
		-moz-transition: All 0s ease-in-out;
		-o-transition: All 0s ease-in-out;
		padding: 8px 0 8px 15px;
		font-size: 14px;
		color: #333;
		text-align: left;
		display: block;
	}

	.menu .menuUL .menu0 ul .menu1A:before {
		position: absolute;
		right: 8px;
		top: 50%;
		font-size: 12px;
		margin-top: -10px;
		font-family: 'FontAwesome';
		content: "\f105";
	}

	.menu .menuUL .menu0 ul .menu1A:hover {
		        color: #fff;
		        background: #ffcb05;
	}

	.menu .menuUL .menu0 ul .menu2A,
	.menu .menuUL .menu0 ul .menu3A {
		color: #999;
		font-size: 12px;
	}

	.menu .menuUL .menu0 ul .menu2 {
		padding: 10px 0 5px 25px;
	}

	.menu .menuUL .menu0 ul .menu3 {
		padding: 3px 0 3px 35px
	}

	.menu .menuUL .menu0 ul .menu2A:hover {
		color: #48c25f;
	}


	.fullDown {
		display: none;
		position: absolute;
		z-index: 9;
		width: 100%;
		left: 0;
		padding: 30px 0;
		background: #f4f4f4;
	}

	.fullDown .col-xs-12 {
		position: relative;
	}

	.fullDown strong a {
		color: #222;
		font-size: 20px;
		font-weight: normal
	}

	.fullDown strong a:hover {
		color: #111
	}

	.fullDown .clear {
		height: 30px;
	}

	.fullDown ul {
		position: static;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none
	}

	.fullDown ul li {
		padding: 2px 10px 2px 0;
		display: block;
	}

	.menu .menuUL .menu0Full .fullDown i {
		color: #FFF
	}

	.fullDown ul li a {
		color: #333;
		font-size: 12px;
	}

	.fullDown ul li a:hover {
		color: #222;
		text-decoration: underline
	}

	.fullDown ul li.menu3 {
		padding-left: 20px
	}
}

@media (min-width:1280px) {
	.menu .menuUL .menu0A {
		font-size: 14px;
		padding: 0 15px;
	}

	.search input {
		min-width: 400px;
	}
}

.menuSearch {
	position: absolute;
	right: 60px;
	top: 50%;
	margin-top: -12px;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	z-index: 4;
}

.menuBasket {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	z-index: 4
}

.menuBasket span.basketCount {
	font-size: 14px;
	background: url(../images/cart.jpg) center center no-repeat;
	display: inline-block;
	width: 35px;
	height: 46px;
	line-height: 46px;
	color: #48c25f
}

@media (max-width:992px) {
	header {
		position: fixed;
		background: #FFF;
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}

	body {
		padding-top: 56px;
	}

	header .logo {
		padding: 8px 0;
	}

	header .logo img {
		max-height: 40px;
	}


	.search {
		right: 40px;
	}

	.search select {
		width: 90px;
	}

	.search input {
		min-width: 180px;
	}




	header .menuButton {
		position: absolute;
		z-index: 9;
		right: 0px;
		top: 15px;
		height: 30px;
		width: 40px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		color: transparent;
		cursor: pointer
	}

	header .menuButton span,
	header .menuButton span::after,
	header .menuButton span::before {
		position: absolute;
		background-color: #333;
		height: 2px;
		width: 25px
	}

	header .menuButton span {
		left: 50%;
		top: 50%;
		bottom: auto;
		right: auto;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		-webkit-transition: background-color .3s;
		transition: background-color .3s
	}

	header .menuButton span::after,
	header .menuButton span::before {
		content: '';
		left: 0;
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s
	}

	header .menuButton span::before {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		transform: translateY(-7px)
	}

	header .menuButton span::after {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		transform: translateY(7px)
	}

	header .menuButton.active span {
		background-color: transparent
	}

	header .menuButton.active span::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	header .menuButton.active span::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.menu {
		display: none;
		cursor: pointer;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		background: rgba(0, 0, 0, 0.5);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f3e9b0f, endColorstr=#7f3e9b0f);
	}

	.menu .menuUL {
		background: #FFF;
		position: absolute;
		z-index: 999;
		right: -75%;
		top: 0;
		width: 75%;
		overflow: auto;
		max-width: 320px;
		height: 100%;
		margin: 0;
		padding: 5px 10px 65px 10px;
		list-style: none;
	}

	.menu .menuClose {
		position: absolute;
		top: 3px;
		left: -33px;
		z-index: 9999
	}

	.menu .menuClose img {
		width: 30px;
		height: 30px;
		padding: 5px;
		display: block;
		background: #FFF;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.menu .menuLogo {
		clear: both;
		margin: -10px -10px 10px -10px;
		text-align: center;
		padding: 11px 0;
		background: #EEE
	}

	.menu .menuLogo img {
		max-height: 40px;
	}

	.menu.active {
		display: block
	}

	.menu .menuUL .menu0,
	.menu .menuUL .menu0Full {
		position: relative;
		border-bottom: 1px solid #EEE;
		margin: 0;
		padding: 0
	}

	.menu .menuUL .menu0A {
		padding: 8px 0;
		display: block;
		font-size: 16px;
	}

	.menu .menuUL .menu0A i {
		position: absolute;
		right: 5px;
		top: 10px;
	}

	.menu .menuUL .menu0A:hover {
		color: #48c25f
	}

	.menu .menuUL .menu0 ul {
		display: none;
		margin: 0;
		padding: 10px;
		list-style: none;
		background: #F1F1F1;
		max-height: 400px;
		overflow: auto
	}

	.menu .menuUL .menu0 ul .menu1 {}

	.menu .menuUL .menu0 ul .menu1A {
		position: relative;
		font-size: 13px;
		color: #333;
		display: block;
		padding: 7px 0
	}

	.menu .menuUL .menu0 ul .menu1A:before {
		position: absolute;
		right: 8px;
		top: 50%;
		font-size: 12px;
		margin-top: -10px;
		font-family: 'FontAwesome';
		content: "\f105";
	}

	.menu .menuUL .menu0 ul .menu1A:hover {
		color: #48c25f
	}

	.menu .menuUL .menu0 ul .menu2,
	.menu .menuUL .menu0 ul .menu3 {
		font-size: 12px;
		background: #FFF;
		padding: 5px 0 5px 10px
	}

	.menu .menuUL .menu0 ul .menu3 {
		background: #FFF;
		padding: 5px 8px 5px 25px
	}

	.fullDown {
		background: #F1F1F1;
		max-height: 250px;
		overflow: auto;
		padding: 10px 0 0 0;
		display: none
	}

	.fullDown img {
		display: none
	}

	.fullDown strong {
		border-bottom: 1px solid #eaeaea;
		display: block;
	}

	.fullDown strong a {
		font-size: 12px;
		font-weight: normal;
		color: #333;
		display: block;
		padding: 7px 0
	}

	.fullDown strong a:hover {
		color: #000
	}

	.fullDown ul {
		width: 100%;
		margin: 0;
		padding: 5px 0 5px 15px;
		list-style: none
	}

	.fullDown ul li {
		padding: 3px 0;
	}

	.fullDown ul li a {
		color: #a6a6a6;
		font-size: 12px;
	}


	.menuSearch {
		right: 90px;
	}

	.menuBasket {
		right: 50px;
		margin-top: -15px;
	}

	.menuBasket span.basketCount {
		background: url(../images/cart.jpg) center center no-repeat;
		background-size: 30px 36px;
		width: 30px;
		height: 36px;
		line-height: 36px;
	}

	.menuBR {
		display: none
	}

	.lang {
		position: absolute;
		right: 75px;
		top: 20px;
		z-index: 4;
		margin-top: 0
	}
}

@media (max-width:480px) {
	.search {
		display: none
	}
}

/*首页大图*/
.swiper-home {
	position: relative;
	z-index: 1;
}

.swiper-home .swiper-container {
	width: 100%
}

.swiper-home .swiper-slide {
	color: #FFF;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.swiper-home .swiper-slide img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1
}

.swiper-home .swiper-slide .slideBox {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-home .swiper-slide .slideBox .container {
	transition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out;
	-o-transition: All 1s ease-in-out;
	transform: translate(40px, 0);
	-webkit-transform: translate(60px, 0);
	-moz-transform: translate(60px, 0);
	-o-transform: translate(60px, 0);
	-ms-transform: translate(60px, 0);
	opacity: 0;
}

.swiper-home .swiper-slide h2 {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 42px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	max-width: 600px;
	padding-bottom: 10px;
}

.swiper-home .swiper-slide h3 {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	background: url(../images/check.png) 0 5px no-repeat;
	background-size: 26px 26px;
	font-size: 24px;
	display: block;
	width: 100%;
	padding: 5px 0 5px 35px;
	font-weight: normal;
	letter-spacing: 1px;
}

.swiper-home .swiper-slide span {
	display: inline-block;
	padding: 8px 20px;
	background: #48c25f;
	color: #FFF;
	font-size: 16px;
}

.swiper-home .swiper-slide a:hover,
.swiper-home .swiper-slide a:link,
.swiper-home .swiper-slide a:visited,
.swiper-home .swiper-slide a:active {
	color: #FFF
}

.swiper-home .swiper-slide a:hover h2,
.swiper-home .swiper-slide a:hover h3 {
	color: #FFF
}

.swiper-home .swiper-slide a:hover span {
	background: #48c25f;
	color: #FFF;
	font-size: 16px;
}

.swiper-home .swiper-next,
.swiper-home .swiper-prev {
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	margin-top: -21px;
	color: #FFF;
	position: absolute;
	z-index: 3;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.swiper-home .swiper-slide.swiper-slide-active .container {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	opacity: 1
}

.swiper-home .swiper-prev {
	left: 20px;
	top: 50%;
}

.swiper-home .swiper-next {
	right: 20px;
	top: 50%;
}

.swiper-home .swiper-next:hover,
.swiper-home .swiper-prev:hover {
	background: #000;
}

.swiper-home .swiper-pagination {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 15px;
	z-index: 9
}

.swiper-home .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 2px;
	background: #cdcdcd;
	border: 1px solid rgba(255, 255, 255, 0.5);
	outline: none;
	-ms-filter: alpha(opacity=90);
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-webkit-filter: opacity(0.9);
}

.swiper-home .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #003399;
	border: 1px solid rgba(255, 255, 255, 0.8)
}


@media (max-width:992px) {
	.swiper-home .swiper-slide h2 {
		font-size: 12px;
		max-width: 200px;
	}

	.swiper-home .swiper-slide h3 {
		-webkit-text-size-adjust: none;
		font-size: 8px;
		padding: 2px 0 2px 14px;
		background: url(../images/check.png) 0 0 no-repeat;
		background-size: 10px 10px;
	}

	.swiper-home .swiper-slide span {
		padding: 3px 12px;
		font-size: 12px;
	}

	.swiper-home .swiper-slide a:hover span {
		font-size: 12px;
	}

	.swiper-home .swiper-next,
	.swiper-home .swiper-prev {
		width: 13px;
		height: 24px
	}

	.swiper-home .swiper-prev,
	.swiper-home .swiper-next {
		top: 50%;
		margin-top: -12px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}

	.swiper-home .swiper-prev {
		left: 5px;
	}

	.swiper-home .swiper-next {
		right: 5px;
	}

	.swiper-home .swiper-pagination {
		bottom: 10px;
	}

	.swiper-home .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 1px;
	}
}

@media (max-width:768px) {
	.swiper-home .swiper-slide .slideBox .container {
		width: 750px
	}
}

/*首页头部*/
.homeABox .container {
	position: relative;
	padding-right: 250px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.homeABox .homeAWord {
	position: absolute;
	background: #FFF;
	width: 220px;
	height: 100%;
	right: 15px;
	top: 0;
	border: 1px solid #cdcdcd;
	padding: 20px;
	font-size: 12px;
}

.homeABox .homeAWord strong {
	color: #48c25f;
	font-size: 14px;
}

.homeABox .homeAWord a.more {
	display: block;
	text-align: center;
	padding: 7px 8px;
	background: #48c25f;
	color: #fff;
	margin-top: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.homeABox .homeAWord hr {
	margin: 10px 0
}

@media (max-width:1280px) {
	.homeABox .homeAWord {
		padding: 15px
	}

	.homeABox .homeAWord hr {
		margin: 6px 0
	}
}

@media (max-width:1200px) {
	.homeABox .homeAWord {
		padding: 12px
	}

	.homeABox .homeAWord hr {
		margin: 4px 0
	}
}

@media (max-width:992px) {
	.homeABox .container {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-right: 10px
	}

	.homeABox .homeAWord {
		display: none
	}
}





/*首页标题*/
.homeTitle,
.productListTitle {
	clear: both;
	padding: 15px 0;
	background: url(../images/line.jpg) center center repeat-x;
}

.homeTitle h2,
.productListTitle h1 {
	font-size: 18px;
	display: inline-block;
	background: #F3F3F3;
	padding-right: 15px;
}

@media (max-width:768px) {

	.homeTitle h2,
	.productListTitle h1 {
		font-size: 16px;
		background: #FFF
	}
}


/*轴承品牌*/
.homeClients {
	position: relative;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 15px;
}

.homeClients .swiper-slide {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.homeClients .swiper-slide img {
	height: 70px;
	border-right: 1px solid #DDD;
}

@media (max-width:992px) {
	.homeClients .swiper-slide img {
		height: 50px;
	}
}


/*首页关于我们*/
.homeAbout {
	font-size: 16px;
	line-height: 180%;
	background-attachment: fixed;
	padding-bottom: 30px;
	color: #858585
}

.homeAbout h1 {
	color: #FFF;
	margin-bottom: 20px;
}

.homeAbout a {
	display: inline-block;
	padding: 10px 30px;
	background: #48c25f;
	color: #FFF;
	margin-top: 15px;
}

.homeAbout a:hover {
	background: #e60213
}

.homeAboutWord {
	padding: 30px;
}

.homeAbout table {
	background: #FFF
}

.homeContact h2 {
	margin-bottom: 20px;
}

.homeContact strong {
	font-size: 18px;
}

@media (max-width:992px) {
	.homeAbout {
		font-size: 14px;
	}

	.homeAbout table td,
	.homeContact table td {
		width: 100%;
		display: inline-block;
		float: none;
	}

	.homeContact table td {
		text-align: center;
	}

	.homeContact table td img {
		max-width: 60px;
	}
}





/*首页新闻*/
.homeNews {}

.homeNews .homeNewsLeft {
	width: 50%;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px
}

.homeNews .homeNewsLeft div {
	position: relative
}

.homeNews .homeNewsLeft div img {
	width: 100%;
}

.homeNews .homeNewsLeft div dd {
	position: absolute;
	padding: 10px;
	left: 0;
	top: 0;
	text-align: center;
	color: #FFF;
	background: #48c25f
}

.homeNews .homeNewsLeft div dd b {
	font-size: 24px;
	display: block
}

.homeNews .homeNewsLeft strong {
	font-size: 16px;
	padding: 12px 0;
	color: #111;
	display: block;
	font-weight: normal;
}

.homeNews .homeNewsLeft p {
	color: #666;
	font-size: 12px;
}

.homeNews .homeNewsLeft a:hover strong {
	color: #48c25f
}

.homeNews ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none
}

.homeNews ul li {
	border-bottom: 1px solid #EEE;
	padding: 10px 0;
}

.homeNews ul li dd {
	width: 80px;
	text-align: center;
	color: #999;
	float: left;
	padding: 8px 0 0 0
}

.homeNews ul li dd b {
	font-size: 24px;
	display: block
}

.homeNews ul li div {
	padding-left: 90px;
}

.homeNews ul li div strong {
	font-size: 14px;
	color: #111;
	font-weight: normal
}

.homeNews ul li div p {
	font-size: 12px;
	padding: 5px 0 10px 0;
	line-height: 150%;
}

.homeNews ul li a:hover div strong {
	color: #48c25f;
}

.homeNews ul li a:hover div p {
	color: #666
}

@media (max-width:992px) {
	.homeNews .homeNewsLeft {
		width: 100%;
		float: none;
		padding-right: 0;
		border-bottom: 1px solid #EEE;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.homeNews ul {
		width: 100%;
		float: none;
	}

	.homeNews ul li dd {
		width: 70px;
	}

	.homeNews ul li div {
		padding-left: 80px;
	}
}



/*友情链接*/
.footerLink {
	padding-bottom: 30px;
}

.footerLink a {
	display: inline-block;
	font-size: 16px;
}

.footerLink a:hover {
	text-decoration: underline;
	color: #333
}

.footerLink span {
	color: #666;
	display: inline-block;
	padding: 0 15px;
}

@media (max-width:992px) {

	.footerLink a,
	.footerLink span {
		font-size: 12px;
	}

	.footerLink span {
		padding: 0 10px;
	}
}



/*视频播放按钮*/
.playBtn {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: rgba(0, 0, 0, .4) url(../images/playNew.png) no-repeat center center;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	cursor: pointer;
	transition: all .2s;
}

.playBtn:hover {
	background-color: rgba(0, 0, 0, .6);
}




/*关于我们*/
.aboutPage {
	font-size: 16px;
	padding-top: 20px;
}

.aboutPage h2 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.aboutCountry {
	background: #c9c9c9;
	padding: 10px 0;
	text-align: center
}

.aboutBoss.aboutPage {
	padding-top: 0;
	border-top: 1px solid #FFF;
	background: #48c25f;
	color: #FFF
}

.aboutTeam ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.aboutTeam ul li {
	width: 33.333%;
	float: left;
	padding: 0 1px 1px 0;
}

.aboutTeam ul li.twoTeam {
	width: 50%;
}

.aboutFactory {
	padding: 30px 0;
	background: url(../images/aboutBg.jpg) no-repeat;
	background-size: cover;
}

.aboutFactory ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.aboutFactory ul li {
	width: 33.333%;
	float: left;
	padding: 0 1px 1px 0;
}

@media (max-width:992px) {
	.aboutPage td {
		width: 100%;
		display: inline-block
	}

	.aboutTeam ul li,
	.aboutTeam ul li.twoTeam,
	.aboutFactory ul li {
		float: none;
		width: 100%;
		padding: 0 0 1px 0
	}

	.aboutFactory {
		padding: 20px 0;
	}
}


/*单页子页面列表*/
.subPage {
	clear: both;
	padding: 10px 0;
	margin: 15px 0;
	border-top: 1px solid #DDD;
	list-style: none;
}

.subPage li {
	padding: 15px 0;
	border-bottom: 1px dotted #CCC;
	clear: both;
}

.subPage li dd {
	width: 180px;
	float: left;
	border: 1px solid #DDD;
	padding: 1px;
}

.subPage li div {
	padding: 25px 0 25px 190px;
}

.subPage li div strong {
	color: #111;
	font-size: 16px;
	font-weight: normal
}

.subPage li div p {
	font-size: 14px;
	line-height: 140%;
}

.subPage li div span {
	font-size: 12px;
}

.subPage li a:hover div strong {
	color: #48c25f
}

.subPage li a:hover div p,
.subPage li a:hover div span {
	color: #666
}

@media (max-width:992px) {
	.subPage li dd {
		width: 80px;
	}

	.subPage li div {
		padding: 0 0 0 85px;
	}

	.subPage li div strong {
		font-size: 14px;
	}

	.subPage li div p {
		font-size: 12px;
		line-height: 120%;
	}

	.subPage li div span {
		display: none
	}
}

/*顶部大图*/
.pagePhoto {
	position: relative;
	background-position: center center;
}

.pagePhoto img {
	display: block;
	width: 100%
}

@media (max-width:992px) {
	.pagePhoto {
		display: none
	}
}

/*面包屑导航*/
.postion {
	color: #888;
	background: #fff;
	position: relative;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 12px 25px;
	font-size: 12px;
}

.postion a {
	color: #888;
	font-size: 12px;
}

.postion a:hover {
	color: #48c25f;
	font-size: 12px;
}

@media (max-width:992px) {
	.postion {
		padding: 0;
	}
}


/*单页文档*/
.pageContent {
	background: #FFF;
	padding: 25px;
	line-height: 180%;
	font-size: 14px;
	margin: 15px 0
}

.pageContent p {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #777;
	font-size: 14px;
}

.pageContent img {
	padding: 10px 0;
}

.pageContent video {
	width: 100%;
	max-width: 568px;
	height: 400px
}


.updown {
	font-size: 14px;
	padding-bottom: 15px;
	font-weight: bold
}

.updown a {
	color: #48c25f;
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal
}

.updown a:hover {
	color: #ef4d38;
	text-decoration: underline
}

@media (max-width:992px) {
	.pageContent {
		padding: 0;
		font-size: 13px;
	}

	.updown {
		font-size: 12px;
	}

	.updown a {
		font-size: 12px;
	}

	.pageContent video {
		height: 300px
	}

	.pageContent td {
		display: inline-block;
		width: 100%;
	}
}

.contactSNS {
	width: 120px;
}

@media (max-width:992px) {
	.contactSNS {
		width: 60px;
	}
}


/*简介*/
.summary {
	padding: 10px 0;
}

.summary table {
	margin-left: -3px;
	margin-right: -3px;
}

.summary table td {
	padding: 0 3px;
}

.summary img {
	margin-bottom: 5px;
}


/*左侧 右侧*/
@media (min-width:992px) {
	.leftBox {
		width: 24%;
		float: left;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.leftBox h2 {
		color: #FFF;
		font-size: 16px;
		display: block;
		position: relative;
		padding: 20px 15px;
		background: #48c25f;
		border-bottom: 2px solid #48c25f
	}

	.leftBox h2:before {
		position: absolute;
		content: "\f0c9";
		right: 8px;
		color: #FFF;
		font-family: 'FontAwesome';
	}

	.rightBox {
		width: 76%;
		float: right;
		padding-bottom: 20px;
	}
}

@media (max-width:992px) {
	.leftBox {
		margin-left: -10px;
		margin-right: -10px;
		background: #48c25f
	}

	.leftBox h2 {
		display: none
	}
}

/*子菜单*/
@media (min-width:992px) {
	.titles {
		padding: 0;
		background: none;
		border: 1px solid #ededed
	}

	.titles.productTitles {
		display: none
	}

	.titles .swiper-wrapper {
		display: block;
		text-align: left;
		position: static;
		text-align: center;
	}

	.titles .swiper-slide {
		display: inline-block;
		position: static;
		float: none;
		width: auto;
	}

	.titles .swiper-slide .titles_0 {
		margin: 3px;
		color: #333;
		border: 1px solid #DDD;
		background: #FFF;
		position: relative;
		padding: 8px 15px;
		display: inline-block;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
	}

	.titles .swiper-slide .titles_0:hover,
	.titles .swiper-slide .titles_0.active {
		color: #FFF;
		background: #48c25f;
		border: 1px solid #48c25f
	}

	.titles .swiper-slide .titles_0:hover i,
	.titles .swiper-slide .titles_0.active i {
		color: #48c25f
	}

	.titles .swiper-slide ul {
		margin: -3px 0 0 2px;
		padding: 0;
		list-style: none;
		width: 180px;
		position: absolute;
		display: none;
		background: #FFF;
		border: 1px solid #EEE;
		text-align: left
	}

	.titles .swiper-slide.menuDownActive ul {
		display: block
	}


	.leftBox .titles {
		padding: 10px;
		border: 0;
		background: #FFF;
		margin-bottom: 20px;
	}

	.leftBox .titles .swiper-slide {
		display: block;
		position: relative;
		float: none;
	}

	.leftBox .titles .swiper-slide .titles_0 {
		margin: 0;
		border: 0;
		border-bottom: 1px solid #F1F1F1;
		display: block;
		font-weight: normal;
		color: #3e3e3e;
		background: none;
		font-size: 14px;
		padding: 8px 0;
		text-align: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.leftBox .titles .swiper-slide .titles_0:hover,
	.leftBox .titles .swiper-slide .titles_0.active {
		color: #fff;
		background: #48c25f;
	}

	.leftBox .titles .swiper-slide .titles_0_hasdown {
		padding-left: 25px;
	}

	.leftBox .titles .swiper-slide .titles_0_i {
		position: absolute;
		left: 0;
		top: 8px;
		z-index: 2;
		width: 25px;
		height: 25px;
		line-height: 25px;
		cursor: pointer
	}

	.leftBox .titles .swiper-slide ul {
		display: none;
		margin: 0;
		padding: 0 0 0 35px;
		list-style: none;
		width: 100%;
		position: static;
		background: #F9F9F9;
		border: 0;
		text-align: left
	}

	.leftBox .titles .swiper-slide ul li {
		position: relative;
	}

	.leftBox .titles .swiper-slide ul li a {
		display: block;
		padding: 10px 0
	}

	.leftBox .titles .swiper-slide ul ul {
		background: #FFF
	}

	.leftBox .titles .swiper-slide ul ul ul {
		background: #F9F9F9;
	}

	.leftBox .titles .swiper-slide ul.active {
		display: block;
		border: 1px solid #EEE;
		border-top: 0
	}

	.leftBox .titles .swiper-slide .titles_1_i {
		position: absolute;
		left: -18px;
		top: 8px;
		z-index: 2;
		width: 25px;
		height: 25px;
		line-height: 25px;
		cursor: pointer
	}




	.titles.topTitles ul {
		display: none
	}

	.titlesSub {
		width: 100%;
		margin: 0;
		padding: 0 0 5px 0;
		list-style: none;
		border-bottom: 1px solid #EEE;
		text-align: center
	}

	.titlesSub li {
		display: inline-block;
		margin: 0 15px 5px 0;
	}

	.titlesSub li i {
		margin-right: 3px;
	}

	.titlesSub li.active a {
		color: #FFF
	}

}

@media (max-width:992px) {
	.titles {
		padding: 12px 30px 10px 0;
		overflow: hidden;
		position: relative
	}

	.titles .leftright {
		width: 36px;
		height: 36px;
		margin-top: -18px;
		position: absolute;
		right: 0px;
		top: 50%;
		z-index: 9;
		background: url(../images/leftright.png) center center no-repeat #48c25f;
		background-size: 15px 15px
	}

	.titles .swiper-slide {
		position: relative;
		display: inline-block;
		width: auto;
	}

	.titles .swiper-slide .titles_0 {
		display: inline-block;
		background: none;
		padding: 5px 12px;
		font-size: 12px;
		color: #FFF;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
	}

	.titles .swiper-slide .titles_0.active {
		background: #FFF;
		color: #48c25f;
	}

	.titles .swiper-slide .titles_0:after {
		display: none
	}

	.titles .swiper-slide i {
		margin-left: 3px;
	}

	.titles .swiper-slide ul {
		display: none;
	}

	.titlesSub {
		width: 100%;
		margin: 0;
		padding: 10px 5px 5px 5px;
		list-style: none;
		border-bottom: 1px solid #EEE;
		background: #48c25f
	}

	.titlesSub li {
		display: inline-block;
		margin: 0 15px 5px 0;
	}

	.titlesSub li i {
		margin-right: 3px;
	}

	.titlesSub li a {
		color: #FFF
	}
}







/*滚动产品*/
.scrollPhoto {
	padding: 10px 0;
	position: relative;
	z-index: 1
}

.scrollPhoto .swiper-slide {
	position: relative;
	z-index: 1
}

.scrollPhoto .swiper-slide a {
	display: block;
	background: #FFF;
	padding: 8px;
}

.scrollPhoto .swiper-slide a div {
	position: relative;
	overflow: hidden;
	border: 1px solid #EEE;
	padding: 1px
}

.scrollPhoto .swiper-slide a div img {
	display: block;
	width: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

.scrollPhoto .swiper-slide a strong {
	font-size: 12px;
	color: #48c25f;
	padding: 10px 10px 0 10px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 150%;
	display: block;
	font-weight: normal
}

.scrollPhoto .swiper-slide a:hover strong {
	color: #111;
	font-size: 12px;
}

.scrollPhoto .swiper-next,
.scrollPhoto .swiper-prev {
	width: 30px;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	z-index: 3;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f4a4a4a, endColorstr=#7f4a4a4a);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.scrollPhoto .swiper-prev {
	left: 0;
	top: 70px;
}

.scrollPhoto .swiper-next {
	right: 0;
	top: 70px;
}

.scrollPhoto .swiper-next:hover,
.scrollPhoto .swiper-prev:hover {
	color: #48c25f;
}

@media (max-width:992px) {

	.scrollPhoto .swiper-next,
	.scrollPhoto .swiper-prev {
		width: 20px;
		line-height: 20px;
		font-size: 12px;
		top: 50%;
		margin-top: -40px
	}
}

/*产品搜索*/
.SubSearch {
	max-width: 450px;
	margin: 0 auto
}

.SubSearch p {
	display: block;
	padding: 15px;
	background: #48c25f;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
	position: relative
}

.SubSearch p:before {
	content: "\f0d7";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px;
	font-family: 'FontAwesome';
}

.SubSearch div {
	border: 1px solid #DDD;
	display: none;
	border-bottom: 0
}

.SubSearch div a {
	position: relative;
	display: block;
	border-bottom: 1px solid #DDD;
	background: #F9F9F9;
	padding: 10px 15px 10px 10px;
}

.SubSearch div a:before {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	content: "\f105";
	font-family: 'FontAwesome';
}

.SubSearch div a:hover {
	background: #F1F1F1;
	color: #222
}

.SubSearch.active div {
	display: block;
	max-height: 400px;
	overflow: auto
}

.SubSearch.active p:before {
	content: "\f0d8";
}



/*新闻*/
.newsList {
	clear: both;
	padding: 30px 0 10px 0;
	list-style: none;
}

.newsList .item {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #DDD
}

.newsList .video_item {
	padding-top: 10px;
}

.newsList video {
	width: 100%;
	height: auto;
	display: block
}

.newsList a strong {
	display: inline-block;
	padding-top: 15px;
	color: #222;
	font-size: 24px;
	font-weight: normal;
}

.newsList a:hover strong {
	text-decoration: underline;
	color: #111
}

.newsList a p {
	color: #666
}

.newsList a span {
	color: #999
}

@media (max-width:992px) {
	.newsList video {
		height: 200px;
	}

	.newsList .item {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #DDD
	}

	.newsList a p,
	.newsList a span {
		font-size: 12px;
	}
}

.rightNewsBox {
	border: 2px solid #edecfc;
	padding: 20px;
	margin-bottom: 15px;
}

.rightNewsBox h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.rightNewsBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
}

.rightNewsBox ul li {
	border-bottom: 1px solid #EEE;
	padding: 20px 0;
	min-height: 100px;
}

.rightNewsBox ul li img {
	width: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left
}

.rightNewsBox ul li div {
	padding-left: 80px;
}

.rightNewsBox ul li strong {
	line-height: 120%;
	font-size: 14px;
	display: block;
	padding: 8px 0
}

.rightNewsBox ul li p {
	color: #999;
}

.newsSearch {}

.newsSearch form {
	position: relative;
}

.newsSearch input {
	border: 0;
	outline: 0;
	background: #f5f5f5;
	color: #333;
	border: 1px solid #EEE;
	margin: 0;
	padding: 10px;
	display: block;
	width: 100%;
}

.newsSearch button {
	position: absolute;
	right: 0;
	display: block;
	width: 60px;
	height: 41px;
	outline: none;
	font-size: 18px;
	top: 0;
	color: #FFF;
	border: 0;
	background: #48c25f;
}

.newsSearch button:hover {
	color: #FFF;
	background: #48c25f;
}

.newsTags a {
	display: inline-block;
	padding: 8px 15px;
	margin: 0 5px 5px 0;
	background: #f5f5f5;
	color: #333;
}

.newsTags a:hover {
	background: #48c25f;
	color: #FFF;
}

/*标题*/
.productT {
	padding: 0;
}

.productT a {
	clear: both;
	text-align: left;
	z-index: 1;
	background: url(../images/line.jpg) left bottom no-repeat;
	display: block;
	border-bottom: 1px solid #EEE;
	font-size: 16px;
	font-weight: normal;
	padding: 8px 0;
	margin-bottom: 10px;
}

.productT a span {
	float: right;
	padding-top: 5px;
	color: #999;
	font-size: 12px;
}

@media (max-width:992px) {
	.productT {
		padding: 0;
	}
}



/*TAG和上一个下一个*/
.Tags {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px
}

.Tags span {
	display: inline-block;
	margin-right: 5px;
}

.Tags a {
	display: inline-block;
	background: #e5e5e5;
	color: #4f4f4f;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px
}

.Tags a:hover {
	background: #cbcbcb
}

.PreviousNext {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.PreviousNext a {
	color: #48c25f;
	text-decoration: underline;
	margin-left: 5px;
}

@media (min-width:992px) {
	.PreviousNext .next {
		text-align: right;
	}
}





.title {
	font-size: 24px;
	padding: 25px 0 0 0;
	text-align: center;
	font-weight: normal;
	color: #666
}

.content {
	padding: 25px 0;
	line-height: 180%;
}

.content ul {
	margin-left: 20px;
}

.timeInfo {
	text-align: center;
	clear: both;
	border-bottom: 1px solid #EEE;
	padding: 20px 0 10px 0;
	margin-bottom: 20px;
}

.shareBox {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	height: 16px;
	width: 150px;
	margin-bottom: -3px
}

.shareBox .bdsharebuttonbox {
	display: block;
	position: absolute;
	top: 10px;
	width: 180px
}

@media (max-width:992px) {
	.titles a {
		-webkit-text-size-adjust: none;
		font-size: 10px;
		padding: 10px 5px;
		margin: 0 3px;
	}

	.title {
		font-size: 20px;
		padding: 25px 0 0 0;
		text-align: center
	}

	.content {
		padding: 10px 0;
		font-size: 12px;
		line-height: 180%;
	}
}





/*上下条*/
.contentMenu {
	width: 60px;
	position: fixed;
	z-index: 999
}

.contentMenu a {
	display: block;
	background: #c4c4c4;
	color: #FFF;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 1px
}

.contentMenu a i {
	font-size: 24px;
}

.contentMenu a:hover {
	background: #1b72c8;
	color: #FFF;
}

@media (max-width:768px) {
	.contentMenu {
		width: 30px;
	}

	.contentMenu a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
}



/*搜索结果*/
.searchList {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: #FFF
}

.searchList li {
	border-bottom: 1px solid #EEE;
	padding: 15px 25px;
	margin-bottom: 10px;
	clear: both;
}

.searchList li img {
	width: 190px;
	float: left;
}

.searchList li.searchHasPic a div {
	padding-left: 200px;
}

.searchList li a div h2 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0 0 0
}

.searchList li a:hover div h2 {
	color: #000;
	text-decoration: underline
}

.searchList li a div p {
	padding: 8px 0 0 0;
	line-height: 150%;
	color: #666
}

.searchList li a div span {
	color: #008000;
	display: block;
	padding: 10px 0
}

@media (min-width:1200px) {
	.searchList li.searchHasPic img {
		width: 250px;
		float: left;
	}

	.searchList li.searchHasPic a div {
		padding-left: 270px;
	}
}

@media (max-width:768px) {
	.searchList {
		margin: 0;
		padding: 10px 0;
		list-style: none;
	}

	.searchList li {
		padding: 10px;
	}

	.searchList li.searchHasPic img {
		width: 100px;
	}

	.searchList li.searchHasPic a div {
		padding-left: 110px;
	}

	.searchList li a div h2 {
		font-size: 16px;
		padding: 0
	}

	.searchList li a div p {
		font-size: 12px;
		max-height: 45px;
		overflow: hidden;
	}

	.searchList li a div span {
		padding: 3px 0 0 0
	}
}


/*产品列表*/
.productList {
	margin: 0 -6px;
	padding: 20px 0 0 0;
	list-style: none
}

.productList.homeProduct {
	padding: 0;
}

.productList li {
	padding: 6px;
	width: 33.33%;
	float: left
}

.productList.homeProduct li {
	width: 25%;
	float: left
}

.productList.homeBrand li {
	width: 20%;
	float: left
}

.productList li div {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.productList li img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin: 0;
	padding: 0
}

.productList li a {
	display: block;
	padding: 10px;
	background: #FFF;
	border: 1px solid #F1F1F1
}

.productList li a:hover img {
	-webkit-transform: scale(1.2);
}

.productList li a strong {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #010101;
	line-height: 130%;
	margin-bottom: 5px;
}

.productList.homeProduct li a strong {
	font-size: 14px;
}

.productList li a:hover strong {
	color: #000;
	text-decoration: none
}

.productList li .price {
	display: inline-block;
	width: 55%;
	font-size: 16px;
	color: #101e67;
	font-weight: bold
}

.productList li .price s {
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
	color: #999;
	font-weight: normal
}

.productList li .stars {
	display: inline-block;
	width: 43%;
	text-align: right;
	font-size: 14px;
}

.productList li.line {
	clear: both;
	width: 100%;
	padding: 10px 0;
	float: none;
}

@media (max-width:992px) {
	.productList {
		margin: 0 -5px;
	}

	.productList li,
	.productList.homeProduct li {
		padding: 5px;
		width: 50%;
	}

	.productList li a {
		border: 1px solid #EEE;
		padding: 5px;
	}

	.productList li a strong {
		font-size: 12px;
		padding-bottom: 5px;
	}

	.productList li .price {
		font-size: 12px;
	}

	.productList li .price s {
		-webkit-text-size-adjust: none;
		font-size: 10px;
		margin-left: 5px;
	}

	.productList li .stars {
		-webkit-text-size-adjust: none;
		font-size: 9px;
	}
}





/*合作伙伴*/
.caseList {
	margin: 0 -6px;
	padding: 0;
	list-style: none
}

.caseList li {
	padding: 6px;
	width: 33.33%;
	float: left
}

.caseList li .listBox {
	display: block;
	overflow: hidden;
	border: 1px solid #DDD;
	padding: 1px;
	position: relative;
	background: #FFF
}

.caseList li img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin: 0;
	padding: 0
}

.caseList li a:hover img {
	-webkit-transform: scale(1.02);
}

.caseList li a strong {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	color: #010101;
	line-height: 130%;
	margin-bottom: 5px;
}

.caseList li a:hover strong {
	color: #000;
	text-decoration: none
}

.caseList li.line {
	clear: both;
	width: 100%;
	padding: 10px 0;
	float: none;
}

@media (max-width:992px) {
	.caseList {
		margin: 0 -3px;
	}

	.caseList li {
		padding: 3px;
		width: 50%;
	}

	.caseList li a strong {
		font-size: 12px;
		padding-bottom: 5px;
	}
}



/*表单*/
.footerForm {
	background: #f6f6f6
}

.homeForm .homeFormBtn {
	text-align: left
}

.alt .validateForm {
	margin: 0 25px;
}

.validateForm label {
	font-weight: normal;
	color: #d90e18;
	font-size: 12px;
	clear: both;
	display: block
}

.validateForm {
	clear: both;
	padding: 0 0 20px 0;
	margin: 0 -10px;
}

.validateForm .formInput {
	width: 50%;
	padding: 10px;
	float: left;
}

.validateForm .formInput strong {
	font-weight: normal;
	display: inline-block;
	padding: 5px 0
}

.validateForm .formInput strong span {
	color: #db2f2f
}

.validateForm input,
.validateForm select {
	background: #FFF;
	border: 1px solid #e7e7e7;
	padding: 12px 10px;
	outline: none;
	display: block;
	width: 100%;
	font-size: 14px;
}

.validateForm .formArea {
	text-align: center;
	padding: 3px 10px;
}

.validateForm textarea {
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
	padding: 10px;
	height: 134px;
	outline: none;
	display: block;
	width: 100%;
	font-size: 14px;
}

.validateForm .fileinput-button {
	padding: 3px 10px;
	clear: both;
}

.validateForm .formBtn {
	clear: both;
	text-align: center;
	padding: 30px 0 15px 0;
}

.validateForm button {
	display: inline-block;
	padding: 10px 0;
	width: 150px;
	text-align: center;
	font-size: 14px;
	border: 0;
	color: #fff;
	background: #48c25f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.validateForm button:hover {
	color: #fff;
	border: 0;
	background: #ffd630;
	font-size: 14px;
}

.validateForm button[type='reset'] {
	background: #DDD;
	outline: none;
	color: #333
}

.validateForm button[type='reset']:hover {
	background: #666;
	color: #FFF
}

.searchForm .validateForm .formInput {
	width: 33.3%;
	padding: 5px;
	float: left;
}

.searchForm .validateForm input,
.searchForm .validateForm select {
	height: 40px;
	padding: 6px 10px;
	font-size: 12px;
}



@media (max-width:992px) {
	.footerForm {
		padding-top: 20px;
	}

	.validateForm {
		margin: 0;
	}

	.validateForm .formInput {
		width: 100%;
		float: none
	}

	.validateForm textarea {
		height: 120px;
	}

	.validateForm input,
	.validateForm textarea,
	.validateForm button {
		font-size: 13px;
	}

	.validateForm button {
		margin: 5px 0;
		width: 100px;
		padding: 5px 0
	}

	.validateForm table td {
		width: 100%;
		display: inline-block;
	}

	.searchForm {
		padding: 0
	}

	.searchForm .validateForm input,
	.searchForm .validateForm select {
		height: 32px;
		padding: 6px 10px;
		font-size: 12px;
	}
}

@media (max-width:768px) {
	.validateForm textarea {
		height: 100px;
	}

	.validateForm input,
	.validateForm textarea,
	.validateForm button {
		font-size: 12px;
	}
}

.ContactNewForm {
	padding: 30px 40px 0 0;
}

.ContactNewForm h2 {
	font-size: 18px;
}

.ContactNewForm .validateForm .formInput {
	width: 100%;
	padding: 10px;
	float: none;
}

.ContactNewForm .validateForm input,
.ContactNewForm .validateForm textarea {
	background: #FFF;
}

.ContactNewForm .validateForm .formBtn {
	text-align: left;
}

@media (max-width:992px) {
	.ContactNewForm {
		padding: 20px 0 20px 0;
	}
}


/*添加附件按钮*/
.fileinput-button {
	clear: both
}

.fileinput-button span {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #5cb85c;
	background: #5cb85c;
	color: #FFF
}

.validateForm .viewAttachFiles div {
	padding: 3px 10px;
	text-align: left;
	background: #F9F9F9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 2px
}

.validateForm .viewAttachFiles div img {
	max-width: 20px;
}

.viewAttachFiles div .fa-close {
	cursor: pointer;
	margin-left: 5px;
	color: #c94618
}

/*二维码*/
.qrcode {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}

.qrcode i {
	font-size: 24px
}

.qrcode div {
	position: absolute;
	padding: 10px;
	background: #FFF;
	border: 1px solid #EEE;
	right: 0;
	width: 170px;
	z-index: 999
}

.qrcode div img {
	width: 150px
}

.productGallery {
	position: relative
}

.productColorImg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2
}

.productColorImg img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0
}

.gallery-top {}

.gallery-top .swiper-slide {
	text-align: center;
	background: #FFF;
	padding: 0;
}

.gallery-top .swiper-slide img {
	margin: 0;
	padding: 0;
	height: 400px;
}

@media (max-width:992px) {
	.gallery-thumbs-box {
		clear: both;
		display: none
	}
}

.gallery-thumbs img {
	cursor: pointer;
	border: 1px solid #EEE;
	margin: 0;
	padding: 0
}

.gallery-thumbs-box .swiper-slide-my-active img {
	border: 1px solid #666
}

.gallery-thumbs-box {
	margin-top: 5px;
}

@media (min-width:992px) {
	.gallery-top {
		width: 80%;
		height: 400px;
		float: left;
		border: 1px solid #DDD
	}

	.gallery-top.active {
		width: 100%;
		float: none;
	}

	.gallery-top img {
		text-align: center
	}

	.gallery-thumbs-box {
		display: none;
		position: absolute;
		width: 20%;
		right: 0;
		top: 0;
		padding-left: 10px;
		height: 100%;
	}

	.gallery-thumbs {
		height: 100%;
	}

	.gallery-thumbs img {
		border: 1px solid #DDD;
		cursor: pointer;
	}

	.gallery-thumbs-box {
		margin-top: 0;
	}
}


.product {
	padding: 0 0 20px 0;
	position: relative;
	color: #666
}

.product .stars {
	color: #48c25f;
	font-size: 16px;
	padding: 8px 0 0 0;
	cursor: pointer;
}

.product .stars span {
	color: #999;
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}

.product .price {
	font-size: 24px;
	color: #48c25f;
	padding: 10px 0 0 0
}

.product .price s {
	color: #999;
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
}

.allcpins {
	margin: 0;
	padding: 10px;
	list-style: none
}

.allcpins li {
	display: inline-block;
	width: 33%;
	float: left
}

@media (max-width:992px) {
	.allcpins li {
		display: inline-block;
		width: 49%;
		float: left
	}
}

.summaryUL {
	margin: 0;
	padding: 0;
	list-style: none
}



@media (max-width:992px) {
	.product {
		padding: 0 0 15px 0;
	}
}

.colors strong {
	display: block;
	color: #111;
	font-weight: normal
}

.colors span {
	display: inline-block;
	margin: 0 3px 3px 0;
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.colors span.isList {
	width: 15px;
	height: 15px;
}

.colors span.active {
	border: 1px solid #111
}

@media (min-width:992px) {
	.productLeft {
		width: 55%;
		float: left;
		padding-right: 15px;
	}

	.productRight {
		width: 45%;
		float: right
	}
}


/*产品详情页 加入购物车 立即询盘*/
.productButton {
	padding: 10px 0;
}

.productButton a {
	display: inline-block;
	font-size: 14px;
}

.productButton a i {
	margin-right: 5px;
}

.productButton a.addBasket {
	color: #111;
	text-align: center;
	font-weight: normal;
}

.productButton a.addInquiry {
	color: #fff;
	padding: 10px 0;
	margin: 10px 0 0 0;
	background: #48c25f;
	text-align: center;
	font-weight: normal;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.productButton a.addInquiry:hover {
	background: #e60213;
	color: #FFF
}

.productShare {
	display: inline-block;
	width: 49%;
	margin-bottom: -15px;
}



.classLink {
	color: #111;
}

.classLink a {
	color: #003399;
	text-decoration: underline;
	margin-left: 10px;
	font-weight: normal;
	display: inline-block
}

.parameter {
	padding: 15px 0;
	line-height: 160%;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	font-size: 16px;
}

.parameter h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.parameter strong {
	color: #000;
	font-weight: normal
}

.Inquiry {
	clear: both;
	padding: 15px 0
}

.Inquiry a {
	display: inline-block;
	padding: 8px 35px;
	color: #FFF;
	background: #333
}

.Inquiry a:hover {
	background: #48c25f;
	color: #FFF;
}

@media (max-width:768px) {
	.parameter {
		font-size: 12px;
	}

	.productTitle {
		font-size: 16px;
		letter-spacing: 0
	}
}


/*产品评价*/
.reviewList {
	padding: 10px 0;
	border-bottom: 1px solid #EEE
}

.reviewList .reviewLeft {
	position: relative;
	padding-left: 70px;
	min-height: 60px;
	color: #48c25f
}

.reviewList .reviewLeft p {
	color: #111
}

.reviewList .reviewLeft img {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #EEE
}

.reviewList .reviewLeft .fa-thumbs-o-up {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: auto
}

.reviewTime {
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 12px;
	color: #999
}

.reviewWords {
	position: relative;
	padding: 10px;
	background: #F1F1F1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 8px 0 0 0
}

.reviewAdminWords {
	color: #333;
}

.reviewWords p {
	padding: 0 0 5px 0;
}

.reviewWords img {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
	max-height: 80px;
	cursor: pointer
}

.desTitle {
	clear: both;
	border-bottom: 3px solid #48c25f;
}

.desTitle span {
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background: #5f5f5f;
	padding: 8px 20px 6px 20px;
	margin-right: 5px;
	cursor: pointer;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.desTitle span.active {
	background: #48c25f;
	color: #fff;
}

.productContent {
	clear: both;
	display: none;
	border: 1px solid #DDD;
	border-top: 0;
	padding: 20px;
}

.productContent.active {
	display: block
}

.productContent table td {
	padding: 8px;
}

@media (max-width:768px) {
	.desTitle {
		padding: 7px 0 0 0;
		border-bottom: 1px solid #EEE;
	}

	.desTitle span {
		font-size: 12px;
		padding: 5px 20px;
		margin-right: 5px;
	}

	.productContent {
		padding: 10px 0;
		border: 0;
	}
}




/*左侧热门产品*/
.leftProduct {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	border: 1px solid #EEE;
	border-bottom: 0
}

.leftProduct li {
	border-bottom: 1px solid #EEE;
	padding: 15px;
	background: #FFF
}

.leftProduct li img {
	width: 90px;
	float: left;
	margin-right: 10px
}

.leftProduct li .leftProductBox {
	min-height: 90px;
	padding: 0;
	line-height: 140%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.leftProduct li .leftProductBox strong {
	font-weight: normal;
	font-size: 13px;
}

.leftProduct li .price {
	font-size: 16px;
	color: #48c25f;
	font-weight: bold;
	padding: 10px 0
}

.leftProduct li .price s {
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
	color: #999;
	font-weight: normal
}

.leftProduct li .stars {
	font-size: 12px;
}

@media (max-width:992px) {
	.leftProduct {
		display: none
	}
}






/*空*/
.nothing {
	text-align: center;
	padding: 40px
}


/*在线客服*/
#cleft_box {
	display: none;
	position: fixed;
	right: 0px;
	top: 200px;
	background: #48c25f;
	z-index: 997;
	padding: 20px 3px 5px 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#cleft_box .livechat {
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	font-size: 14px;
	height: 125px;
	line-height: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 10px;
	left: -32px;
	background: #48c25f;
	color: #FFF;
	padding: 15px 0 15px 9px;
	width: 32px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

#cleft_box .livechat .fa-user-circle-o {
	position: absolute;
	bottom: 8px;
	color: #FFF
}

#cleft_box .fa-close {
	position: absolute;
	right: 7px;
	top: 4px;
	cursor: pointer;
	color: #FFF;
}

#cleft_box .chatdiv {
	min-width: 70px;
	padding: 10px 0;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center
}

#cleft_box .chatdiv a {
	margin-bottom: 5px;
	display: block
}

#cleft_box .chatdiv i {
	background: #48c25f;
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#cleft_box .chatdiv .fa-envelope-o {
	font-size: 20px;
}

#cleft_box .chatdiv strong {
	display: block;
	text-align: center;
	font-weight: normal;
}

.back-top,
.back-top:hover {
	display: block;
	color: #FFF;
	text-align: center
}

#cleft_box.active {
	padding: 0
}

#cleft_box.active .livechat {
	display: block
}

#cleft_box.active .fa-close,
#cleft_box.active .chatdiv,
#cleft_box.active .back-top {
	display: none
}

.wechat-live {
	position: relative;
	display: inline-block;
}

.wechat-live div {
	width: 200px;
	position: absolute;
	left: -200px;
	display: none
}

.wechat-live div img {
	max-width: 100%;
	border: 1px solid #DDD
}

@media (max-width:992px) {
	#cleft_box {
		top: 150px;
	}
}




/*右侧浮动*/
.float {
	position: fixed;
	top: 42%;
	right: 0;
	margin-top: -176px;
	z-index: 99;
	width: 48px;
	padding-top: 93px;
}

.float a {
	background: #48c25f;
	display: block;
	color: #FFF;
	font-size: 24px;
	padding: 5px 0;
	width: 48px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1px
}

.float a:hover {
	color: #ffcb05;
}

.float a.phone-live {
	font-size: 14px;
	width: 180px;
	text-align: left;
	position: absolute;
	bottom: -44px;
	padding: 8px 0
}

.float a.phone-live strong {
	font-weight: normal;
}

.float a.phone-live i {
	font-size: 24px;
	width: 48px;
	display: inline-block;
	text-align: center;
}

.top-live {
	position: fixed;
	right: 0;
	bottom: 100px;
	display: none;
	z-index: 9
}

.top-live a {
	display: block;
	color: #FFF;
	font-size: 24px;
	padding: 5px 0;
	width: 48px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	height: 48px;
	line-height: 48px;
	background: url(../images/top.png) top center no-repeat #48c25f
}

.top-live a:hover {
	background: url(../images/top.png) top center no-repeat #48c25f
}

@media (max-width: 992px) {
	.float {
		display: none
	}
}



/*分页*/
DIV.black2 {
	PADDING: 20px 0;
	MARGIN: 17px 0 0 0;
	TEXT-ALIGN: center;
	clear: both
}

DIV.black2 A {
	BORDER: #ddd 1px solid;
	PADDING: 7px;
	COLOR: #aaa;
	MARGIN-RIGHT: 2px;
	TEXT-DECORATION: none
}

DIV.black2 A:hover {
	BORDER: #48c25f 1px solid;
	color: #48c25f;
	PADDING: 7px;
	MARGIN-RIGHT: 2px;
}

DIV.black2 A:active {
	BORDER: #48c25f 1px solid;
	color: #48c25f;
	PADDING: 7px;
	MARGIN-RIGHT: 2px;
}

DIV.black2 SPAN.current {
	BORDER: #48c25f 1px solid;
	PADDING: 7px;
	COLOR: #FFF;
	MARGIN-RIGHT: 2px;
	BACKGROUND-COLOR: #48c25f
}

DIV.black2 SPAN.disabled {
	BORDER: #f3f3f3 1px solid;
	PADDING: 7px;
	COLOR: #ccc;
	MARGIN-RIGHT: 2px;
}


/*网站地图*/
.sitemapBox {
	line-height: 180%;
	padding: 20px;
}

.sitemapBox a {
	margin-right: 15px;
}

.sitemapBox h2 {
	border-bottom: 1px solid #DDD;
	padding: 30px 0 10px 0;
	color: #212a63;
	font-size: 18px;
	font-weight: bold
}

.sitemapBox ul {
	border: 1px solid #DDD;
	padding: 15px;
	margin: 0;
	list-style: none;
	background: #f9f9f9
}

.sitemapBox ul li {
	padding: 3px 0
}

.sitemapBox ul li a {
	font-weight: bold
}

.sitemapBox ul li ul {
	background: #FFF
}

.sitemapBox ul li ul li a {
	font-weight: 300
}


/*购物车*/
#basketBox {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 250px;
	z-index: 100
}

#basketBox h2 {
	padding: 8px 10px;
	border: 1px solid #48c25f;
	font-size: 14px;
	background: url(../images/down.png) right center no-repeat #48c25f;
	cursor: pointer;
	color: #FFF;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#basketBox h2 span {
	color: #FFF
}

#basketBox ul {
	display: none;
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
	background: #FFF;
	border: 1px solid #EEE;
	border-bottom: 0;
}

#basketBox ul li {
	padding: 5px 0;
	border-bottom: 1px solid #EEE;
}

#basketBox ul li img {
	height: 50px;
	float: left
}

#basketBox ul li p {
	min-height: 50px;
	padding-left: 60px;
	line-height: 14px;
}

#basketBox ul li p a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#basketBox ul li p span {
	color: #999;
	cursor: pointer
}

#basketBox .basketButton {
	display: none;
	clear: both;
	padding: 10px;
	text-align: right;
	border: 1px solid #EEE;
	border-top: 0;
	background: #FFF
}

#basketBox .basketButton a {
	display: inline-block;
	padding: 5px 10px;
	color: #FFF;
	background: #48c25f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#basketBox .basketButton a:hover {
	background: #48c25f
}

#basketBox.active h2 {
	background: url(../images/up.png) right center no-repeat #48c25f;
}

#basketBox.active ul,
#basketBox.active .basketButton {
	display: block
}

@media (max-width:992px) {
	#basketBox {
		bottom: 50px;
	}
}

/*站点地图*/
.sitemap {
	margin: 25px;
	padding: 0;
	list-style: none
}

.sitemap li {
	padding: 5px 0
}

.sitemap li a {
	color: #2d7bc2;
	text-decoration: underline
}

.sitemap li.map_2 {
	padding-left: 20px;
}

.sitemap li.map_3 {
	padding-left: 40px;
}

.sitemap li.map_4 {
	padding-left: 60px;
}

.sitemap li.map_5 {
	padding-left: 80px;
}

.sitemap li.map_6 {
	padding-left: 100px;
}

/*询盘表格*/
.inquiryTable {
	padding: 10px 0;
}

.inquiryTable table {
	border: 1px solid #EEE;
	width: 100%;
}

.inquiryTable th {
	background: #F9F9F9;
	padding: 8px
}

.inquiryTable .inquiryImg {
	width: 160px;
}

.inquiryTable td {
	padding: 0 8px;
	border: 1px solid #EEE
}

.inquiryTable td a {
	color: #111
}

.inquiryTable .price {
	color: #48c25f
}

.inquiryTable .price s {
	color: #999;
	display: inline-block;
	margin-left: 10px
}

.inquiryTable tr:nth-child(odd) td {
	background: #FbFbFb
}

.addmore {
	clear: both;
	padding: 15px 0 0 0;
	text-align: right;
	margin: 0 25px;
}

@media (max-width:992px) {
	.inquiryTable {
		padding: 10px 0 0 0;
	}

	.inquiryTable th {
		font-size: 12px;
		font-weight: normal;
	}

	.inquiryTable .inquiryImg {
		width: 120px
	}

	.addmore {
		margin: 0;
	}
}

/*图片放大器*/
.zoomDiv {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
	border: 1px solid #CCC;
}

.zoomDiv img {
	width: auto;
	max-width: none;
}

.zoomMask {
	position: absolute;
	background: url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}


/*表格多列*/
.table-sm-6 td {
	padding: 5px
}

@media (max-width:992px) {
	.table-sm-2 td {
		display: inline-block;
		float: left;
		width: 16.66%
	}

	.table-sm-3 td {
		display: inline-block;
		float: left;
		width: 25%
	}

	.table-sm-4 td {
		display: inline-block;
		float: left;
		width: 33.33%
	}

	.table-sm-5 td {
		display: inline-block;
		float: left;
		width: 20%
	}

	.table-sm-6 td {
		display: inline-block;
		float: left;
		width: 50%;
		padding: 5px
	}
}

@media (max-width:768px) {
	.table-xs-2 td {
		display: inline-block;
		float: left;
		width: 16.66%
	}

	.table-xs-3 td {
		display: inline-block;
		float: left;
		width: 25%
	}

	.table-xs-4 td {
		display: inline-block;
		float: left;
		width: 33.33%
	}

	.table-xs-5 td {
		display: inline-block;
		float: left;
		width: 20%
	}

	.table-xs-6 td {
		display: inline-block;
		float: left;
		width: 50%
	}
}

/*分页*/
.pagination {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0
}

.pagination li {
	display: inline-block;
}

.pagination  a {
	background: #ffffff;
	color: #bfbfbf;
	border: 1px solid #bfbfbf;
	padding: 5px;
	margin: 0 5px;
}

.pagination .page-num-current,
.pagination a:hover {
	background: #48c25f;
	color: #fff;
	border: 1px solid #48c25f
}

.pagination select {
	border: 1px solid #DDD;
	display: inline-block;
	color: #48c25f;
	padding: 2px 5px 3px 5px;
	position: relative;
	top: -9px;
	margin-left: 2px;
}


/*手机菜单*/
.mobileMenu {
	display: none;
}

@media (max-width:992px) {
	.mobileMenu {
		display: block;
		position: fixed;
		width: 100%;
		height: 50px;
		background: #48c25f;
		left: 0;
		bottom: 0;
		z-index: 998
	}

	.mobileMenu a {
		display: block;
		float: left;
		text-align: center;
		height: 50px;
		padding: 8px 0 0 0;
		-webkit-text-size-adjust: none;
		font-size: 11px;
		border-right: 1px solid rgba(255, 255, 255, 0.1)
	}

	.mobileMenu a:first-child {
		background: none;
	}

	.mobileMenu a i {
		font-size: 16px;
		color: #FFF
	}

	.mobileMenu a strong {
		display: block;
		clear: both;
		font-weight: normal;
		color: #FFF
	}
}





/*底部*/
.contactForm {
	padding-top: 20px;
	color: #9b9b9b;
	font-size: 14px;
}

.contactH2 {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.pageContent h1 {
	font-size: 24px;
	padding: 20px 0;
	background: none;
	position: relative;
	text-align: center;
}

.pageContent h1:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	background: #ffd630;
	left: 50%;
	bottom: 5px;
	margin-left: -25px;
}

.bottomContact {
	background: #48c25f;
	color: #FFF;
	margin-bottom: -15px;
	padding-top: 50px;
	font-size: 14px;
}

.bottomContact .container div {
	display: inline-block;
	width: 49%;
	padding: 0 20px
}

.bottomContact .container div h2 {
	font-size: 42px;
	position: relative;
	padding-bottom: 30px;
}

.bottomContact .container div h2:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 5px;
	background: #DDD;
	left: 0;
	bottom: 10px;
}

.bottomContact .container .validateForm {
	padding: 10px;
}

.bottomContact .container .validateForm input {
	width: 80%;
	float: left;
	color: #333;
}

.bottomContact .container .validateForm button {
	border-left: 3px solid #48c25f;
	width: 18%;
	display: inline-block;
	text-align: center;
	padding: 11px 0 10px 0;
	margin: 0;
	background: #ca091a;
}

.bottomContact .container .snsBox {
	text-align: left;
	width: 100%;
	padding: 0
}

.bottomContact .container div .fa-mobile {
	font-size: 60px;
	width: 80px;
	padding: 5px 0;
	text-align: center;
	display: inline-block;
}

.bottomContact .container div .fa-envelope-o {
	font-size: 36px;
	width: 80px;
	padding: 5px 0;
	text-align: center;
	display: inline-block
}

.bottomContact .container div .fa-map-marker {
	font-size: 42px;
	width: 80px;
	padding: 5px 0;
	text-align: center;
	display: inline-block
}

@media (max-width:992px) {
	.bottomContact {
		padding-top: 50px;
		padding-bottom: 20px;
	}

	.pageContent h1 {
		font-size: 18px;
	}

	.bottomContact .container div {
		display: block;
		width: 100%;
	}

	.bottomContact .container div h2 {
		font-size: 28px;
		padding-bottom: 30px;
	}

	.bottomContact .container div h2:before {
		width: 50px;
		height: 3px;
	}

	.bottomContact .container .validateForm {
		padding: 10px 0;
	}

	.bottomContact .container .validateForm button {
		padding: 13px 0
	}

	.bottomContact .container div .fa-mobile {
		font-size: 38px;
		width: 40px;
	}

	.bottomContact .container div .fa-envelope-o {
		font-size: 28px;
		width: 40px;
	}

	.bottomContact .container div .fa-map-marker {
		font-size: 28px;
		width: 40px;
	}
}

footer {
	background: #b3d1b9;
	border-top: 4px solid #48c25f;
	color: #FFF;
	padding:0;
	font-size: 13px;
}

footer h2 {
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 20px 0 10px 0;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none
}

footer ul li {
	display: inline-block;
	width: 49%;
	padding: 3px 0 3px 12px;
	background: url(../images/li3.gif) 0 12px no-repeat
}

footer table {
	margin: 0 -10px;
	margin-bottom: 25px;
}

footer table td {
	padding: 0 10px;
	line-height: 180%
}

footer a {
	color: #FFF;
	font-size: 13px;
}

footer a:hover {
	color: #FFF;
	font-size: 13px;
	text-decoration: underline;
}

footer i.fa-phone,
footer i.fa-envelope-o,
footer i.fa-location-arrow {
	display: inline-block;
	width: 18px;
	text-align: center
}

.copy {
	text-align: center;
	padding: 12px 0 15px 0;
	clear: both;
	margin-top: 0px;
	background: #114f1e;
	color: #FFF;
	font-size: 12px;
	line-height: 180%;
}

.copy a:hover {
	color: inherit
}

@media (max-width:992px) {

	footer,
	.copy {
		display: none
	}

	footer td {
		display: inline-block;
		width: 100%;
	}
}

/*弹窗*/
.alt {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f4a4a4a, endColorstr=#7f4a4a4a);
	width: 100%;
	height: 100%;
	z-index: 999
}

.alt .altBox {
	display: block;
	max-width: 500px;
	padding: 15px;
	position: relative;
	top: 30px;
	margin: 0 auto;
	background: #FFF;
	max-height: 650px;
	overflow: auto
}

.alt .altBox.center {
	top: 50%;
	margin: -250px auto 0 auto
}

.alt .altBox hr {
	margin: 10px 0;
}

.alt .altBox div {
	text-align: center;
	padding: 10px 0 0 0
}

.alt .altBox div button {
	padding: 8px 20px;
}

@media (max-width:992px) {
	.alt .altBox {
		max-height: 500px;
	}
}

.alt .altBox i {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}

/*文件下载*/
.downloadList img {
	padding: 0;
	max-width: 30px;
}

@media (max-width:992px) {
	.downloadList {
		min-width: 500px;
	}
}

/*订阅*/
.newsletter {
	clear: both;
	padding: 0;
	text-align: left;
}

.newsletter h2 {
	display: inline-block;
	font-size: 18px;
}

.newsletter .validateForm {
	margin: 0;
	padding: 0;
	display: block;
	max-width: 500px;
}

.newsletter .validateForm input {
	background: #FFF;
	border: 0;
	color: #333;
	padding: 10px 10px;
	width: 48%;
	display: inline-block;
	font-size: 12px;
	border: 1px solid #444
}

.newsletter .validateForm input[name='fullname'] {
	width: 35%
}

.newsletter .validateForm button {
	padding: 10px 15px;
	width: 15%;
	font-size: 12px;
	border: 0;
	margin-top: 2px;
	display: inline-block;
	background: #48c25f;
	color: #FFF;
}

.newsletter .validateForm button:hover {
	background: #1c9942;
}

@media (max-width:992px) {
	.newsletter h2 {
		padding-bottom: 10px;
	}

	.newsletter p {
		font-size: 12px;
		padding-bottom: 0
	}

	.newsletter p b {
		font-size: 18px;
	}

	.newsletter {
		padding: 10px;
	}

	.newsletter .validateForm {
		text-align: left
	}

	.newsletter .validateForm input {
		font-size: 12px;
	}
}

/*拖动*/
.dropBox {
	font-weight: bold;
	color: #333;
	background: #F1F1F1;
	padding: 20px 15px 15px 15px;
	position: fixed;
	right: 5px;
	bottom: 150px;
	width: 250px;
	z-index: 99;
	height: 80px;
	;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dropBox,
.dropBox a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

.dropBox i {
	font-size: 16px;
}

.dropBox i.fa-close {
	font-size: 13px;
	color: #333;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer
}

.dropBox:hover {
	background: #e6141a;
	color: #FFF;
}

.dropBox:hover a,
.dropBox:hover i {
	color: #FFF
}

@media (max-width:992px) {
	.minHide {
		display: none
	}
}

@media (min-width:992px) {
	.maxHide {
		display: none
	}
}

.jqzoom {
	cursor: pointer;
}

#mapContainer1,
#myMap {
	position: relative;
	z-index: 1
}

#mapContainer1 img,
#myMap img {
	margin: 0;
	padding: 0
}

.infobox-info {
	line-height: 120%;
	padding: 0 10px 10px 10px
}


.products {
	margin: 15px -5px 0 -5px;
	padding: 0;
	list-style: none
}

.products li {
	float: left;
	width: 25%;
	display: block;
	padding: 5px
}

.products li.line {
	width: 100%;
	float: none;
	clear: both
}

.products .listBox img {
	border: 1px solid #EEE
}

.products strong {
	display: block;
	text-align: center;
	padding: 5px 0
}

.products li .price {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #48c25f;
	font-weight: bold
}

.products li .price s {
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
	color: #999;
	font-weight: normal
}

.products li .askPrice {
	display: block;
	text-align: center;
	background: #48c25f;
	color: #FFF;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width:992px) {
	.products li {
		width: 50%;
	}
}